Nmap
Version vom 21. Februar 2020, 15:49 Uhr von 6vffdh (Diskussion | Beiträge)
- nmap -A -T4 10.0.0.32
- nmap -sS -0 -v -T insane 10.0.0.32
- nmap -p 1352 example.dyndns.org
- Scannen
- Scanning
- Basics
- Port Scanning Basics
nmap --top-ports 10 192.168.1.1
### Scan a single ip address ### nmap 192.168.1.1 ## Scan a host name ### nmap server1.cyberciti.biz ## Scan a host name with more info### nmap -v server1.cyberciti.biz
## Combine all options ## nmap -p 80,443,9101,16203 192.168.1.1