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

https://github.com/securisec/saramburp

Saram plugin for BURP
https://github.com/securisec/saramburp

Last synced: 8 days ago
JSON representation

Saram plugin for BURP

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/securisec/saramBURP.svg?token=8GQfGnTK7S1NU7bKCqeR&branch=master)](https://travis-ci.com/securisec/saramBURP)

# saramBURP

## Build
To build, use:
```
cd saramBURP
chmod +x gradlew
./gradlew customFatJar
```

Built version can be found inside `build/libs/`. It is a jar file called `saramBURP.jar`

## Released versions:
Download from [Github](https://github.com/securisec/saramBURP/releases) releases.

## Install
Setup Burp Suite extension with the jar file:

- Load the jar file in Burp extensions
![Step 1](images/burp1.png)

- Set the URL, Token and Username in the extension config window
> Overwriting either the `apiKey` or the `Username` field will overwrite the local .saram.conf file
![Step 2](images/burp2.png)

- Right click on proxy and send either the `Request`, or both `Request/Response` to the **Saram** server
![Step 3](images/burp3.png)

> The server will response the request if the response size is too big.