Archived SNMP
Post
Cancel

SNMP

Its a good idea to install snmp-mibs

*this will let you read the oids in plain-text

1
2
3
    apt-get install snmp-mibs-downloader
    download-mibs
    #also in your /etc/snmp/snmp.conf add a # before mibs:

snmp-mibs-conf

Some examples of Oid to plaintext for Windows

OIDResource
1.3.6.1.2.1.25.1.6.0System Processes
1.3.6.1.2.1.25.4.2.1.2Running Programs
1.3.6.1.2.1.25.4.2.1.4Processes Path
1.3.6.1.2.1.25.2.3.1.4Storage Units
1.3.6.1.2.1.25.6.3.1.2Software Name
1.3.6.1.4.1.77.1.2.25User Accounts
1.3.6.1.2.1.6.13.1.3TCP Local Ports

onesixtyone

bruteforcing community strings:

1
    onsecityone -c <onesixtyone/dict.txt> <ip>

snmpwalk

1
    snmpwalk -c <public> -v1 <ip> <oid>

braa

  • I didnt get a chance to test this one yet
  • But from what i have heard this lets u download oids way faster
    1
    2
    
       braa <communitystring>@<ip>:<oid>
       braa <public>@10.10.10.10:.1.3.6.*
    

Important Articles

Braa and grep for important oids. hacktricks.xyz

SNMP. microsoft.com

High level protocol overview. comparitech.com

Understanding snmpv3. youtube.com

CCNA. youtube.com

This post is licensed under CC BY 4.0 by the author.

-

-

Trending Tags