Hedef — komutlara otomatik dolar
TARGET_IP
LHOST
LPORT
DOMAIN
Recon
Tam Port Taraması
Önce tüm TCP portlarını hızlı tara, çıkan portları -sCV ile derinleştir. UDP’yi de unutma. Açık portları not al.
⚠ <TARGET_IP>
nmap -p- --min-rate 5000 -Pn -n <TARGET_IP> -oA nmap/allports
⚠ <PORTS> <TARGET_IP>
nmap -sCV -p <PORTS> -Pn <TARGET_IP> -oA nmap/services
⚠ <TARGET_IP>
sudo nmap -sU --top-ports 50 -Pn <TARGET_IP>