TCP Window Scanning Lab:
Purpose Command Example
Basic TCP Window Scan nmap -sW 192.168.1.3
Scan specific ports nmap -sW -p 22,80,443 192.168.1.3
Scan full subnet nmap -sW 192.168.1.0/24
Disable reverse DNS nmap -sW -n 192.168.1.3
Skip ping (assume up) nmap -sW -Pn 192.168.1.3
Faster aggressive scan nmap -sW -T4 192.168.1.3
Save all output formats nmap -sW -oA outputfile 192.168.1.3
Full optimized command nmap -sW -p 22,80,443,3389 -T4 -Pn -n -oA
outputfile 192.168.1.3
1 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717