HOWTO use NMAP for Network Sweeping
A simple NMAP network sweeping command is nmap -sn 10.11.1.200-254, this is to check hosts between 192.168.1.100 to 192.168.1.200 You
Read moreA simple NMAP network sweeping command is nmap -sn 10.11.1.200-254, this is to check hosts between 192.168.1.100 to 192.168.1.200 You
Read moreIf you run this command. root@kali:~# nmap -A 10.11.1.220 The -A Option use several features, including OS Detection, Version Detection,
Read moreRun the command nc -nv 10.11.1.215 25 to check the mail server. VRFY bob send us a SMTP success code
Read more