Skip to content

Releases: tristanlatr/burpa

Burpa 0.3.2

14 Dec 16:33
Compare
Choose a tag to compare
  • Fix including of target scope if the URL ends with a filename.
  • Add support for reading configuration from files with option --config-file

Burpa 0.3

25 May 18:22
Compare
Choose a tag to compare

Add the schedule command and refactor

Burpa 0.2

23 Mar 17:22
Compare
Choose a tag to compare

burpa is now an actual package that can be installed with pip install ..
slackclient is now an extra dependency that can be installed with pip install '.[slack]'.
Bring back the help texts.
burpa is now callable with python3 -m burpa.
Add static type checking.
Add support for interfacing with the Burp Official REST API: This allows to run authenticated scans.
Use python-fire to generate the CLI.
Publish the API documentation.
Can load Burp configuration fron environment variables and automatically read .env files in the source directory tree with python-dotenv.