joanbono / Gurp

Burp Commander written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Burp Commander written in Go

License:Apache License 2.0


Languages

Language:Go 88.4%Language:Makefile 11.6%