2. SNMP Enumeration (Port 161,162)

Use SNMP (application layer protocol) to obtain a list of user accounts and devices on system

1. SNMP Enumeration using snmp-check

first scan the target to check open port

sudo nmap -sU -sV -p 161 192.168.18.110

Now enumerate it

snmp-check 192.168.18.110

2. SNMP Enumeration with softperfect Network scanner

Windows.

3. Perform SNMP Enumeration using SnmpWalk

-v1 is the version

-c is the string

For snmp version 2,use the following command

4. SNMP Enumeration using NMAP

5. Other SNMP enumeration Tools

Last updated

Was this helpful?