https://github.com/augustd/burp-suite-utils
Utilities for creating Burp Suite Extensions.
https://github.com/augustd/burp-suite-utils
burp burp-api burp-extensions burp-plugin burpsuite java
Last synced: 6 months ago
JSON representation
Utilities for creating Burp Suite Extensions.
- Host: GitHub
- URL: https://github.com/augustd/burp-suite-utils
- Owner: augustd
- License: apache-2.0
- Created: 2015-07-22T17:09:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T06:34:07.000Z (6 months ago)
- Last Synced: 2024-10-31T07:24:46.156Z (6 months ago)
- Topics: burp, burp-api, burp-extensions, burp-plugin, burpsuite, java
- Language: Java
- Size: 246 KB
- Stars: 21
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - augustd/burp-suite-utils - Utilities for creating Burp Suite Extensions. (Java)
README
[](https://travis-ci.org/augustd/burp-suite-utils)
[](https://maven-badges.herokuapp.com/maven-central/com.codemagi/burp-suite-utils)
[](https://snyk.io/test/github/augustd/burp-suite-utils)# burp-suite-utils
Utilities for creating Burp Suite Extensions, including the [Burp Extensions API](https://portswigger.net/burp/extender/api/index.html) interfaces.View our [AppSec USA 2015 presentaton about this project](http://www.slideshare.net/AugustDetlefsen/appsec-usa-2015-customizing-burp-suite) on SlideShare.
## Building:
`mvn clean install`## Usage with Maven:
Add the following Maven dependency to pom.xml:
```xmlcom.codemagi
burp-suite-utils
LATEST```
Add the Maven Shade Plugin to your project's plugins to create a plugin jar that includes all dependencies:```xml
org.apache.maven.plugins
maven-shade-plugin
2.4.3
package
shade
false
```