Skip to content

umarfarook882/Pyburp-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Pyburp-rest-api v0.1

Pyburp-rest-api is a python library for interacting with Burp Rest api (Swagger UI) to help in Continuous Security Automation Pipeline.

Dependencies:

  • Python 2.7+
  • requests module

Features:

  • Set Burp Config
  • Include Scope url
  • Exclude url from scope
  • Check Scope url
  • Start Spider
  • Start Active scan
  • Delete Active Scan
  • Get Scan Status
  • Get Issue Result
  • Get Sitemap
  • Generate Report i.e HTML, XML

Documentation

How to install and use PyBurp-rest-api for Continuous Security Automation Pipeline?

  1. Install the Burp Rest API (vmware) and generate Burp Rest API jar file from burp-rest-api (vmware)

  2. Install the Burp Rest API Python Package.

    Python setup.py install
    
  3. After installing the Pyburp-rest-api package, then import the package and write your python script to automated Burp Suite in your Continuous Security Automation pipeline.

  4. For more information about the Burp Rest API call, check the PyBurp API Documentation.

Updates

If you want new features, create an issue report and label it as enhancement Or start a pull request on our repositories.

Credits:

Support !

Email address: pingus@foolsofsecurity.com for more details.
Youtube: Fool of Security
Official Website: Fools of security
Blog: Fools of security

Useful links:

  1. Burp-Res-API(vmware)

Releases

No releases published

Packages

No packages published

Languages