Skip to main content

Python library enumerating the WebInspect RESTFul API scan, securebase, and proxy endpoints.

Project description

.. image:: https://img.shields.io/pypi/v/webinspectapi.svg
:target: https://pypi.org/project/webinspectapi
.. image:: https://img.shields.io/pypi/pyversions/webinspectapi.svg
.. image:: https://img.shields.io/travis/target/webinspectapi/master.svg
:target: http://travis-ci.org/target/webinspectapi

WebInspect API
**************

A Python module to assist with the `WebInspect <http://www8.hp.com/us/en/software-solutions/webinspect-dynamic-analysis-dast/>`__ 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``
- `Download the latest release <https://github.com/target/webinspectapi/releases/latest/>`__.

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 <https://target.github.io/webinspectapi/>`__.

Bugs and Feature Requests
~~~~~~~~~~~~~~~~~~~~~~~~~

Found something that doesn't seem right or have a feature request? `Please open a new issue <https://github.com/target/webinspectapi/issues/new/>`__.

Copyright and License
~~~~~~~~~~~~~~~~~~~~~
.. image:: https://img.shields.io/github/license/target/webinspectapi.svg?style=flat-square
- Copyright 2017 Target Brands, Inc.



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.16.zip (13.2 kB view hashes)

Uploaded Source

Built Distributions

webinspectapi-1.0.16-py3.6.egg (11.1 kB view hashes)

Uploaded Source

webinspectapi-1.0.16-py2.py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 2 Python 3

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