Python library enumerating the WebInspect RESTFul API scan, securebase, and proxy endpoints.
Project description
WebInspect API
A Python module to assist with the WebInspect RESTFul API to administer scans.
Quick Start
Several quick start options are available:
Install with pip: pip install webinspectapi
Build locally: python setup.py build
Example
# import the package from webinspectapi import webinspect # setup webinspect connection information host = 'http://localhost:8083/webinspect/' # instantiate the webinspect api wrapper wi = webinspect.WebInspectApi(host) # List scans scans = wi.list_scans() for scan in scans.data: print(str(scan['Name']), str(scan['Status']), str(scan['ID']))
Supporting information for each method available can be found in the documentation.
Bugs and Feature Requests
Found something that doesn’t seem right or have a feature request? Please open a new issue.
Copyright and License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
webinspectapi-1.0.35.zip
(14.0 kB
view details)
File details
Details for the file webinspectapi-1.0.35.zip
.
File metadata
- Download URL: webinspectapi-1.0.35.zip
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
731f8c31a42aedf3c90e4610b8bf1b8799cdeacda447a1962a1ab195720df3ec
|
|
MD5 |
33c2bbf93a2d36d462d7a7c545475461
|
|
BLAKE2b-256 |
676ed905546aeb024e5411232729273eff65d4ac87953a6cf691b84a1381a539
|