m4l1c3 / Gurp

Burp Commander written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  • BurpSuite Professional v2.0.0beta or greater from PortSwigger

Dependencies

go get -u -v github.com/fatih/color
go get -u -v github.com/integrii/flaggy
go get -u -v github.com/tidwall/gjson
go get -u -v github.com/grokify/html-strip-tags-go

Binaries

Latest version available here.


Building

# macOS binary
make darwin

# Linux binary
make linux

# Windows binary
make windows

# Build releases
make all

Usage

Refer to USAGE

About

Burp Commander written in Go

License:Apache License 2.0


Languages

Language:Go 87.2%Language:Makefile 12.8%