Updated typo in SNMP community file location.

Fixes #13
This commit is contained in:
Tib3rius 2019-06-13 11:49:10 -04:00
parent cdac829b02
commit a5f4ddd276
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ service-names = [
[[snmp.scan]] [[snmp.scan]]
name = 'onesixtyone' name = 'onesixtyone'
command = 'onesixtyone -c /usr/share/seclists/Discovery/SNMP/common-snmp-community-strings_onesixtyone.txt -dd {address} 2>&1 | tee "{scandir}/{protocol}_{port}_snmp_onesixtyone.txt"' command = 'onesixtyone -c /usr/share/seclists/Discovery/SNMP/common-snmp-community-strings-onesixtyone.txt -dd {address} 2>&1 | tee "{scandir}/{protocol}_{port}_snmp_onesixtyone.txt"'
run_once = true run_once = true
ports.udp = [161] ports.udp = [161]