From a45c14aa5ea30074a275a99461a4ea6831ca78ef Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Fri, 22 Mar 2019 19:09:10 -0400 Subject: [PATCH] Removed extraneous comment. --- autorecon.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autorecon.py b/autorecon.py index a2cc4a5..bcab95d 100644 --- a/autorecon.py +++ b/autorecon.py @@ -399,7 +399,6 @@ async def scan_services(loop, semaphore, target): warn(Fore.YELLOW + '[' + Style.BRIGHT + tag + Style.NORMAL + '] Scan cannot be run against {protocol} port {port}. Skipping.' + Fore.RESET) continue - #scan_tuple = (protocol, port, service, scan) if 'run_once' in service_scans_config[service_scan]['scans'][scan] and service_scans_config[service_scan]['scans'][scan]['run_once'] == True: scan_tuple = (service, scan) if scan_tuple in target.scans: