SNMP Enumeration

  • SNMPWALK
  • NMAP NSE
  • ONESIXTYONE

SNMPWALK

snmpwalk -v 2c -c public 10.80.50.8                          | returns network interface, group names, 
                                                             hardware information, program running on the machine

snmpwalk -v 2c -c public public 10.80.50.8  hrSWInstalledName   | programs running on the machine

snmpwalk -v 2c -c public public 10.80.50.8  hrMemorySize      | Get the memory size of the machine

snmpwalk -v 2c -c public public 10.80.50.8  sysContact        |

NMAP NSE

nmap -sU -p 161 --script snmp-win32-services 10.80.50.8             | enumerate Windows services trhough SMB

nmap -sU -p 161 --script snmp-win32-users 10.80.50.8                | enumerate users on the target machine

nmap -sU -p 161 --script smb-brute 10.80.50.8                | Brute force the community string

ONESIXTYONE



results matching ""

    No results matching ""