Addition of Qualys WebApp Processing

This commit is contained in:
Austin Taylor
2017-12-22 17:28:33 -05:00
parent d9ff8532ee
commit 796db314f3

View File

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