Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 390 Bytes

snmp.md

File metadata and controls

18 lines (15 loc) · 390 Bytes

SNMP

snmpwalk -v2c -c public 10.129.14.128

{% code title="brute the community string then walk" %}

sudo apt install onesixtyone
onesixtyone -c /opt/useful/SecLists/Discovery/SNMP/snmp.txt 10.129.14.128

{% endcode %}

sudo apt install braa
braa <community string>@<IP>:.1.3.6.*   # Syntax
braa [email protected]:.1.3.6.*