61 words
1 minutes
Host and Port Scanning
2025-04-16

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:

alt text

Discovering Open TCP Ports#

sudo nmap 10.10.10.63 --top-ports=10

alt text

alt text

Nmap - Trace the Packets#

sudo nmap 10.129.2.28 -p 21 --packet-trace -Pn -n --disable-arp-ping

alt text

alt text

Request#

alt text

Response#

alt text

Host and Port Scanning
https://fuwari.vercel.app/posts/host-and-port-scanning/
Author
Yonten
Published at
2025-04-16