projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tossing unneeded references to dead hierarchy.
[feisty_meow.git]
/
scripts
/
security
/
check_website.sh
1
#!/bin/bash
2
3
nmap -O -sS -F -P0 -T Aggressive $1
4
5
echo "require that all ports show as closed or filtered except for 80, 443, and, possibly, 25 and 22, and that the OS is not ms-win32."
6