Python library enumerating the WebInspect RESTFul API scan, securebase, and proxy endpoints.
Project description
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
Copyright 2017 Target Brands, Inc.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file webinspectapi-1.0.13.tar.gz.
File metadata
- Download URL: webinspectapi-1.0.13.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
002275f6515e3282e8c1b0a35790cbd9eeacabfe4aeadd52847d4355037047dc
|
|
| MD5 |
cbbd0f58f8e8c8201c3aee02497525b8
|
|
| BLAKE2b-256 |
d987a23e04d8fee65a89d90341c58c69f7c506bf11c4612b678c7bb3d41569ee
|
File details
Details for the file webinspectapi-1.0.13-py2.py3-none-any.whl.
File metadata
- Download URL: webinspectapi-1.0.13-py2.py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36b0e750bd1aa77ea5c9c01ac6f3798da65f25b1b3c2c34fa9c40bb9b65e42ee
|
|
| MD5 |
3ae98ea172f5073ff3a6092a00831daa
|
|
| BLAKE2b-256 |
c6a9d90a579240d826f7a293a952487d59e198b145c73448f809c27b9a9dbe2c
|