-
Detect SNMP-devices: nmap -sU --open -p 161 10.11.1.1-254 -oG mega-snmp.txt onesixtyone Brute force of community strings against IPs. The following example tries to log in into SMTP devises via a given IP and given community names. echo public > community echo private >> community echo manager >> community for ip in $(seq 1 254);do echo 10.11.1.$ip;done…
-
Enumeration Mandatory