Skip to main content

Annotated burp interfaces for python/jython

Project description

Annotated burp interfaces for python/jython

Installation

pip2 install burp_server

Usage 1

# Burp need to load each class explicitly
from burp import IBurpExtender, IScannerCheck

# This allow us to get typing hints for all burp classes in our IDE
from burp import *

class BurpExtender(IBurpExtender, IScannerCheck):
    def registerExtenderCallbacks(self, callbacks):  # type: (IBurpExtenderCallbacks) -> ()
        print "Loading plugin"
        callbacks.registerScannerCheck(self)

    def doPassiveScan(self, baseRequestResponse):  # type: (IHttpRequestResponse) -> List[IScanIssue]
        return []

    def doActiveScan(self, baseRequestResponse, insertionPoint):  # type: (IHttpRequestResponse, IScannerInsertionPoint) -> List[IScanIssue]
        return []

Install Requires

python>=3.6.0

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

burp_server-0.1.0.tar.gz (237.3 kB view details)

Uploaded Source

File details

Details for the file burp_server-0.1.0.tar.gz.

File metadata

  • Download URL: burp_server-0.1.0.tar.gz
  • Upload date:
  • Size: 237.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.8.0

File hashes

Hashes for burp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 70bb2a54e817d938cea778e343f8e4d5126532c8912625fe391e6d206cbbe2c1
MD5 92722ef0bdb429dea9fcea843c7af782
BLAKE2b-256 2e9e1f31f0bbf5c48419d4e0307fb3c5bdd5210ac57e14117d4002434e0e36f8

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