diff --git a/config/service-scans.toml b/config/service-scans.toml index 7a970a1..43914c9 100644 --- a/config/service-scans.toml +++ b/config/service-scans.toml @@ -487,7 +487,7 @@ service-names = [ [[snmp.scan]] 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 ports.udp = [161]