From bb776bd9f2aa82ef3e89b8e4b8ce83e41a244cce Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Fri, 29 Dec 2017 02:32:15 -0500 Subject: [PATCH] Update to requirements.txt --- requirements.txt | 3 ++- vulnwhisp/vulnwhisp.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1023ba2..1b40850 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ pandas==0.20.3 setuptools==0.9.8 pytz==2017.2 Requests==2.18.3 -qualysapi==4.1.0 \ No newline at end of file +qualysapi==4.1.0 +lxml==4.1.1 \ No newline at end of file diff --git a/vulnwhisp/vulnwhisp.py b/vulnwhisp/vulnwhisp.py index 472ad57..cbd6198 100755 --- a/vulnwhisp/vulnwhisp.py +++ b/vulnwhisp/vulnwhisp.py @@ -461,7 +461,7 @@ def whisper_reports(self, report_id, updated_date, cleanup=True): status = self.qualys_scan.qw.create_report(report_id) root = objectify.fromstring(status) if root.responseCode == 'SUCCESS': - print('{info} - Successfully generated report for webapp: %s'.format(info=bcolors.INFO) \ + print('{info} - Successfully generated report! ID: %s'.format(info=bcolors.INFO) \ % report_id) generated_report_id = root.data.Report.id print('{info} - New Report ID: %s'.format(info=bcolors.INFO) \