Skip to content

joanbono/Gurp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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