Gurp icon indicating copy to clipboard operation
Gurp copied to clipboard

Burp Commander written in Go

Go Report Card

Requirements

  • BurpSuite Professional version v2.0.0beta or greater from PortSwigger

Enable the API under User Options > Misc > REST API.


Dependencies

go get -u -v github.com/joanbono/Gurp

Add rsrc to the $PATH to build Windows binaries using the icon.

Run make all to build binaries for Windows, Linux and Darwin.

To install the binary in your $GOPATH, run make install.


Binaries

Latest version available here.


Building

# macOS binary
make darwin

# Linux binary
make linux

# Windows binary
make windows

# Build all
make all

Usage

Refer to USAGE