Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T06:34:07.000Z (about 1 month ago)
- Last Synced: 2024-10-31T07:24:46.156Z (about 1 month 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
[![Build Status](https://travis-ci.org/augustd/burp-suite-utils.svg?branch=master)](https://travis-ci.org/augustd/burp-suite-utils)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.codemagi/burp-suite-utils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.codemagi/burp-suite-utils)
[![Known Vulnerabilities](https://snyk.io/test/github/augustd/burp-suite-utils/badge.svg)](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
```