diff --git a/README.md b/README.md index 59de031..f7fe5c6 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Currently Supports - [X] Qualys Web Applications - [ ] Qualys Vulnerability Management (_in progress_) - [ ] OpenVAS +- [ ] Nexpose - [ ] NMAP - [ ] More to come diff --git a/vulnwhisp/frameworks/qualys.py b/vulnwhisp/frameworks/qualys.py index 1285f33..d818d71 100644 --- a/vulnwhisp/frameworks/qualys.py +++ b/vulnwhisp/frameworks/qualys.py @@ -25,7 +25,6 @@ class qualysWhisperAPI(object): DELETE_REPORT = '/delete/was/report/{report_id}' GET_WEBAPP_DETAILS = '/get/was/webapp/{was_id}' QPS_REST_3 = '/qps/rest/3.0' - REPORT_DETAILS = '/get/was/report/{report_id}' REPORT_STATUS = '/status/was/report/{report_id}' REPORT_CREATE = '/create/was/report'