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 details)

Uploaded Source

File details

Details for the file PyBurprestapi-0.4.tar.gz.

File metadata

  • Download URL: PyBurprestapi-0.4.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.9.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.14

File hashes

Hashes for PyBurprestapi-0.4.tar.gz
Algorithm Hash digest
SHA256 b636bab6529bce1ae704aeca715e64c8effceb870b2721c9264ff735ab7d1e00
MD5 8a68125d6651362fce85e15294577e1e
BLAKE2b-256 b313756f11edf3c2765ad110c7a2c4464d6777085438c3d6ceaf27fa0a78604f

See more details on using hashes here.

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