SNMP
Enumeration
snmpbulkwalk -c internal -v2c <IP> | tee -a snmp-strings | grep -i string
snmpbulkwalk -c public -v2c <IP> | tee -a snmp-strings | grep -i stringPrivesc
grep -EHi "create|user|pass|cred" /etc/snmp/*Last updated
snmpbulkwalk -c internal -v2c <IP> | tee -a snmp-strings | grep -i string
snmpbulkwalk -c public -v2c <IP> | tee -a snmp-strings | grep -i stringgrep -EHi "create|user|pass|cred" /etc/snmp/*Last updated