Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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:
```xml

com.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


```