Skip to main content

Python library enumerating the Burp RESTFul API endpoints.

Project description

A burp python RESTFul API package.

Requirements

Quick Start

  • Install with pip: pip install PyBurprestapi

  • Build locally: python setup.py build

Example

# import the package
from PyBurprestapi import burpscanner

# setup burp connection
host = 'http://127.0.0.1:1337/'

# Burp API key
key = '6dHyTmUB9t474JuvVAgpP7ofc2u4N2Mr'

# importing host and key
bi = burpscanner.BurpApi(host, key)

#
data = '{"urls":["http://zero.webappsecurity.com"]}'

# scan Launch
response = bi.scan(data)

# Get the response message
print response.message

# Get response header (Scan ID found in Location)
print response.response_headers

Bugs and Feature Requests

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

PyBurprestapi-0.4.tar.gz (3.2 kB view hashes)

Uploaded Source

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