Skip to main content

A Python module to assist with the WebInspect RESTFul API to administer scans.

Project description

A Python module to assist with the WebInspect RESTFul API to administer scans.

Quick Start

Several quick start options are available:

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.

Project details


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.11.zip (12.2 kB view hashes)

Uploaded Source

Built Distribution

webinspectapi-1.0.11-py2-none-any.whl (7.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page