hackweb
notes on hacking and technology
IT EN
main menu
user menu
you are not logged in

Scanning with nmap: SYN, versions, evasion

July 25, 2025 · 1 min read · #network #scanning #nmap

Reconnaissance establishes what is reachable and what runs. nmap is the standard tool.

The main types

SYN scan (-sS): sends SYN, if SYN/ACK returns the port is open, then RST without completing the handshake. Semi-stealthy, fast.

Version/OS (-sV -O): probes services to identify software and version — the real attack surface.

Scripts (-sC, NSE): automated checks for known vulnerabilities.

nmap -sS -sV -p- -T4 --open target
nmap -sU --top-ports 50 target   # UDP, slow but reveals DNS/SNMP

Evasion and defence

Slow timing (-T1), fragmentation, decoys (-D) evade naive IDS. On defence: IDS/IPS, rate limiting, and above all reducing the surface — closing unnecessary ports beats hiding the scan.


« back to home

latest posts
 
your IP address:
216.73.216.108
visitor #0
MOTD:
Every abstraction leaks somewhere.
Here we look at where.
topics