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 burprestapi import burpscanner

# setup burp connection
host = 'http://localhost:8090'

# initialize bi for request
bi = burpscanner.BurpApi(host)

# Add target in burp scope
response = bi.burp_scope('http://testwebsite.com')

# Get the response message
print response.message

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.3.tar.gz (3.1 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