
Burp Commander written in Go

v2.0.0beta or greater from PortSwiggerEnable the API under User Options > Misc > REST API.
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.
Latest version available here.
# macOS binary
make darwin
# Linux binary
make linux
# Windows binary
make windows
# Build all
make all
Refer to USAGE