Addition of Qualys WebApp Processing
This commit is contained in:
@ -155,7 +155,6 @@ class qualysWebAppReport:
|
|||||||
with open(report, 'rb') as csvfile:
|
with open(report, 'rb') as csvfile:
|
||||||
q_report = csv.reader(csvfile, delimiter=',', quotechar='"')
|
q_report = csv.reader(csvfile, delimiter=',', quotechar='"')
|
||||||
for x in q_report:
|
for x in q_report:
|
||||||
# if ('Web Application Name' and 'VULNERABILITY') in x:
|
|
||||||
if 'Web Application Name' in x[0]:
|
if 'Web Application Name' in x[0]:
|
||||||
host = q_report.next()[0]
|
host = q_report.next()[0]
|
||||||
return host
|
return host
|
||||||
|
Reference in New Issue
Block a user