Monday, November 9, 2020

[eCPPT][SNMP]Get readable information through SNMP

 Suppose you have already owned the community string, and would like to gather readable information regarding the target, please follow the example shown below:


# apt-get update && apt-get install snmpenum


# snmpenum --help

Usage: snmpenum <IP-address> <community> <configfile>


# ll /usr/share/snmpenum/

total 44

drwxr-xr-x   2 root root  4096 Nov  9 23:28 .

drwxr-xr-x 470 root root 20480 Nov  9 23:28 ..

-rw-r--r--   1 root root   554 Mar 26  2019 cisco.txt

-rw-r--r--   1 root root   347 Mar 26  2019 linux.txt

-rw-r--r--   1 root root  1103 Apr 28  2003 README.txt

-rwxr-xr-x   1 root root  3179 Mar 26  2019 snmpenum.pl

-rw-r--r--   1 root root   512 Mar 26  2019 windows.txt


# snmpenum 10.10.10.5 private windows.txt

...

----------------------------------------

USERS

----------------------------------------


Guest

admin

Administrator

...

No comments:

Post a Comment