From a5f4ddd276e5923e46f4a157cd0f669cb2e5af04 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Thu, 13 Jun 2019 11:49:10 -0400 Subject: [PATCH] Updated typo in SNMP community file location. Fixes #13 --- config/service-scans.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]