burpa: Burp Automator 0.3.12 API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

Class Hierarchy

  • burpa._api_base.ApiBase - Base class for API wrapper classes that works by storing the API calls in templates.
    • burpa.BurpCommander - Interface for the Burp Suite Official REST API, based on ruby code burpcommander.
    • burpa.BurpRestApiClient - Interface for the third party extension burp-rest-api.
  • burpa._burpa.ScanRecord - Model a scan, running or finished.
  • burpa.Burpa - High level interface for the Burp Suite Security Tool.
  • Exception
    • burpa.BurpaError - Exception raised when there is an error in a burpa command.
API Documentation for burpa: Burp Automator 0.3.12, generated by pydoctor 23.9.1 at 2024-03-27 13:53:32.