Removed extraneous comment.

This commit is contained in:
Tib3rius 2019-03-22 19:09:10 -04:00
parent 1ec8cce4fa
commit a45c14aa5e
1 changed files with 0 additions and 1 deletions

View File

@ -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: