Documentation update
This commit is contained in:
@ -26,6 +26,7 @@ Currently Supports
|
|||||||
- [X] Qualys Web Applications
|
- [X] Qualys Web Applications
|
||||||
- [ ] Qualys Vulnerability Management (_in progress_)
|
- [ ] Qualys Vulnerability Management (_in progress_)
|
||||||
- [ ] OpenVAS
|
- [ ] OpenVAS
|
||||||
|
- [ ] Nexpose
|
||||||
- [ ] NMAP
|
- [ ] NMAP
|
||||||
- [ ] More to come
|
- [ ] More to come
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ class qualysWhisperAPI(object):
|
|||||||
DELETE_REPORT = '/delete/was/report/{report_id}'
|
DELETE_REPORT = '/delete/was/report/{report_id}'
|
||||||
GET_WEBAPP_DETAILS = '/get/was/webapp/{was_id}'
|
GET_WEBAPP_DETAILS = '/get/was/webapp/{was_id}'
|
||||||
QPS_REST_3 = '/qps/rest/3.0'
|
QPS_REST_3 = '/qps/rest/3.0'
|
||||||
|
|
||||||
REPORT_DETAILS = '/get/was/report/{report_id}'
|
REPORT_DETAILS = '/get/was/report/{report_id}'
|
||||||
REPORT_STATUS = '/status/was/report/{report_id}'
|
REPORT_STATUS = '/status/was/report/{report_id}'
|
||||||
REPORT_CREATE = '/create/was/report'
|
REPORT_CREATE = '/create/was/report'
|
||||||
|
Reference in New Issue
Block a user