Skip to content

Simple Network Management Protocol, port 161, UDP Monitoring des équipements réseaux, peut aussi être utilisé pour faire de la configuration à distance.


Enumeration

SnmpWalk:

bash
snmpwalk -v2c -c $CommunityString $ip

Brute force

Brute force de la community string:

bash
onesixtyone -c /opt/useful/SecLists/Discovery/SNMP/snmp.txt $ip

Configuration potentiellement dangereuse

SettingsDescription
rwuser noauthProvides access to the full OID tree without authentication.
rwcommunityProvides access to the full OID tree regardless of where the requests were sent from.
rwcommunity6Same access as with rwcommunity with the difference of using IPv6.