Categories
Tags
61 words
1 minutes
Host and Port Scanning
Host and Port Scanning
During the nmap scan we should look information like:
- Open ports and its services
- Service versions
- Information that the services provided
- Operating system
There are a total of 6 different states for a scanned port we can obtain:
Discovering Open TCP Ports
sudo nmap 10.10.10.63 --top-ports=10
Nmap - Trace the Packets
sudo nmap 10.129.2.28 -p 21 --packet-trace -Pn -n --disable-arp-ping
Request
Response
Host and Port Scanning
https://fuwari.vercel.app/posts/host-and-port-scanning/