https://github.com/dradis/burp-dradis
Dradis Framework extension for Burp Suite
https://github.com/dradis/burp-dradis
burp burp-plugin burpsuite dradis dradis-framework extender
Last synced: about 1 month ago
JSON representation
Dradis Framework extension for Burp Suite
- Host: GitHub
- URL: https://github.com/dradis/burp-dradis
- Owner: dradis
- License: gpl-2.0
- Created: 2016-11-03T21:46:49.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T08:28:47.000Z (almost 2 years ago)
- Last Synced: 2024-05-20T11:36:04.839Z (over 1 year ago)
- Topics: burp, burp-plugin, burpsuite, dradis, dradis-framework, extender
- Language: Ruby
- Homepage: https://portswigger.net/bappstore/c1be8787ebdd45f58c091f6ae30f1af2
- Size: 36.1 KB
- Stars: 9
- Watchers: 9
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-burp-suite - **7**星
README
# Dradis Framework extension for Burp Suite
This extension allows users to send issues from Burp's Scanner directly into their Dradis project using the HTTP API.
The add-on requires [Dradis CE](https://dradis.com/ce/) > 3.0, or [Dradis Pro](https://dradis.com/).
**Note: when making any changes to this repository, also submit a PR to the
official clone https://github.com/PortSwigger/dradis-framework**
## Dependencies
This extension is written in Ruby, you will need a JRuby Complete package from http://www.jruby.org/download.
To load the ruby interpreter in burp, go to Extender->Options, and in the Ruby Environment section set the PATH of the jruby-complete.jar file.

## Install
### Normal use
Extender > BApp Store and activate the Dradis Framework Connector.
### Development
Extender > Extensions > Add:
* Extension type: `Ruby`
* Extension file (.rb): `burp-dradis.rb`
## Contributing
Please see [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/develop/CONTRIBUTING.md) for details.
List of [contributors](https://github.com/dradis/burp-dradis/graphs/contributors).
## License
The Dradis Framework extension for Burp is released under [GNU General Public License version 2.0](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
## Feature requests and bugs
Please use the [Dradis Framework issue tracker](https://github.com/dradis/dradis-ce/issues) for add-on improvements and bug reports.