first check-in of feisty meow codebase. many things broken still due to recent
[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