PORT 161/udp - SNMP
The Simple Network Management Protocol (SNMP) talks to your network to find out information related to this network device activity: for example, bytes, packets, and errors transmitted and received.
Introduction
Scanning the network
sudo nmap -sU --open -P 161 <ip-addr>/<mask> -oG open-snmp.nmapBruteforce attack
echo public > community.txt
echo private >> community.txt
echo manager >> community.txt
for ip in $(seq 1 254); do echo 10.0.0.$ip; done > ips.txtonesixtyone -c community.txt -i ips.txtEnumeration
Entire MIB Tree
Windows Users
Running Windows Processes
Open TCP Ports
Installed Software
Last updated