From 8f536ed2ac59a7fac39982048c2a5385d035fbb7 Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Sun, 31 Dec 2017 07:04:57 -0500 Subject: [PATCH] Documentation update --- README.md | 1 + vulnwhisp/frameworks/qualys.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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'