# onesixtyone
A handy tool for enumerating snmp

## Scan snmp for a variety of community names
This command tries an SNMP community list from Metasploit against a host called 1.2.3.4, with output saved to `mylog.log` and debugging turned on:

```
onesixtyone -c /opt/tools/metasploit-framework/data/wordlists/snmp_default_pass.txt 1.2.3.4 -o mylog.log -d 
```
