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:
|

Some examples of Oid to plaintext for Windows
OID | Resource |
---|
1.3.6.1.2.1.25.1.6.0 | System Processes |
1.3.6.1.2.1.25.4.2.1.2 | Running Programs |
1.3.6.1.2.1.25.4.2.1.4 | Processes Path |
1.3.6.1.2.1.25.2.3.1.4 | Storage Units |
1.3.6.1.2.1.25.6.3.1.2 | Software Name |
1.3.6.1.4.1.77.1.2.25 | User Accounts |
1.3.6.1.2.1.6.13.1.3 | TCP Local Ports |
onesixtyone
1
| onsecityone -c <onesixtyone/dict.txt> <ip>
|
snmpwalk
1
| snmpwalk -c <public> -v1 <ip> <oid>
|
- 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