Merge branch 'master' of feistymeow.org:feisty_meow
[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