9. Onesixtyone
OneSixtyOneis a command-line tool used for scanning and identifying weak SNMPservices on target devices or a network range. It specificallyfocuses on finding SNMP community strings and determining if they areset to default or easily guessable values.
The syntax foronsixytone is relatively simple
Onesixtyone -c<wordlist> -i <IP list>
For the abovesyntax, the wordlist will be a new-line separated list of potentialdefault community strings such as public, private, etc. The IP listwill be a new-line separated list of IP addresses that you want totest.
OnesixtyOnewill attempt to connect to the SNMP service on the target deviceusing each community string from the provided file.
Itwill identify weak or default community strings and display theassociated SNMP information if found.
It is importantwhen using any tool to understand the output. If there is asuccessful authentication using a community string in the wordlist,onesixytone will show the IP address and put the community stringinside square brackets