Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joanbono/Gurp
Burp Commander written in Go
https://github.com/joanbono/Gurp
api burpsuite golang pentest
Last synced: 10 days ago
JSON representation
Burp Commander written in Go
- Host: GitHub
- URL: https://github.com/joanbono/Gurp
- Owner: joanbono
- License: apache-2.0
- Created: 2018-09-26T16:21:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T18:20:12.000Z (over 5 years ago)
- Last Synced: 2024-07-31T13:15:02.388Z (3 months ago)
- Topics: api, burpsuite, golang, pentest
- Language: Go
- Size: 343 KB
- Stars: 58
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - joanbono/Gurp - Burp Commander written in Go (Go)
README
![](img/Gurp_banner.png)
[![Go Report Card](https://goreportcard.com/badge/github.com/joanbono/Gurp)](https://goreportcard.com/report/github.com/joanbono/Gurp)
## Requirements
+ BurpSuite Professional version `v2.0.0beta` or greater from [PortSwigger](https://portswigger.net/burp)
> Enable the API under *User Options* > *Misc* > *REST API*.
***
## Dependencies
```bash
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](https://github.com/joanbono/Gurp/releases/latest).
***
## Building
```bash
# macOS binary
make darwin# Linux binary
make linux# Windows binary
make windows# Build all
make all
```***
## Usage
Refer to [`USAGE`](USAGE.md)