From 796db314f349d40c24cc16475863b088b18a415b Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Fri, 22 Dec 2017 17:28:33 -0500 Subject: [PATCH] Addition of Qualys WebApp Processing --- vulnwhisp/frameworks/qualys.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vulnwhisp/frameworks/qualys.py b/vulnwhisp/frameworks/qualys.py index 47fadeb..39011a5 100644 --- a/vulnwhisp/frameworks/qualys.py +++ b/vulnwhisp/frameworks/qualys.py @@ -155,7 +155,6 @@ class qualysWebAppReport: with open(report, 'rb') as csvfile: q_report = csv.reader(csvfile, delimiter=',', quotechar='"') for x in q_report: - # if ('Web Application Name' and 'VULNERABILITY') in x: if 'Web Application Name' in x[0]: host = q_report.next()[0] return host