Nmap network scanning tutorial
nmap <--ip-->/24 --- { multiple network can be scanned at one command }
nmap -p <--ip--> --- { check the port is Active or not }
nmap -sT <--ip--> --- {This command target server with communicate sever active or not }
nmap -su <--ip> ---- { check the udp protocol active or not }
nmap -sv <--ip--> ----{ This nmap command Check the version the target OS } (full from the OS- operating system )
nmap -o <--ip--> --- { This nmap command this work check the target OS is run }
scanning types
Get free hacking note and books
(i) Tcp connect [ nmap-sT]
(ii) Stealth scan [ nmap-ss ]
(iii) Mas scan { nmap - sx -v }
(iv) Ack flag probe Scan { nmap -sf }
(v) IDLE/PID Hedar scan { nmap -sf }
(vi) UDP San { nmap -su }
0 Comments