An open API service indexing awesome lists of open source software.

https://github.com/graniet/gofuzz

A Request fuzzer written in Go
https://github.com/graniet/gofuzz

api fuzzer fuzzing hacking rest security

Last synced: about 1 year ago
JSON representation

A Request fuzzer written in Go

Awesome Lists containing this project

README

          

# GoFuzz

#### A Request fuzzer written in Go

```shell
$ go get github.com/graniet/GoFuzz
$ GoFuzz -h

Arguments:

-h --help Print help information
-r --requests File to API requests dump.
-t --type Type of fuzzing: SQL, XSS
-v --verbose Print payload verbose in checking process
-c --custom Custom payload file
-p --postman Use postman format
```

#### Custom payload :

example/payloads_custom/
+ payload.txt
+ detector.txt

```shell
$ GoFuzz -r example/requests.txt -t xss -c "example/payloads_custom/payload.txt"
```