dd0d553aba071f44622560a0bf748a35a5ac0600
[feisty_meow.git] / 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