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) \