HOWTO use NMAP for SNMP Enumeration

Here’s an example of using NMAP scanning UDP open port of 161 for SNMP protocol. root@kali:~# nmap -sU –open -p

Read more

HOWTO use NMAP for OS Discovery and SMB Enumeration

If you run this command. root@kali:~# nmap -A 10.11.1.220 The -A Option use several features, including OS Detection, Version Detection,

Read more

HOWTO use NMAP to SMTP Enumeration

Run the command nc -nv 10.11.1.215 25 to check the mail server. VRFY bob send us a SMTP success code

Read more