|
|
 |
 |
 |
Ping Sweeps
| BOTH |
ping hostname/IP |
| BOTH |
nmap -sP host(s) |
| Windows |
sl -n host(s) |
| Windows |
SuperScan (GUI) |
Port Scanning
| BOTH (TCP) |
nmap, nmapfe(GUI), nc |
| BOTH (UDP) |
nmap, nmapfe(GUI), nc |
| Windows (TCP) |
sl, nmap, SuperScan(GUI), nc |
| Windows (UDP) |
sl, nmap, nc |
Banner Grabbing
| Telnet |
telnet host port |
| nc |
nc -v host port |
| FTP |
ftp host |
| Web |
#nc -v host 80
HEAD / HTTP/1.0
<cr>
<cr> |
| sl |
sl -b host(s) |
OS Guessing
| NMAP |
nmap -O host(s) |
| NMAP |
nmap -O -p port host(s) |
|