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
- Host: GitHub
- URL: https://github.com/graniet/gofuzz
- Owner: graniet
- Created: 2019-02-04T23:04:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T11:45:58.000Z (over 7 years ago)
- Last Synced: 2025-03-25T19:15:22.494Z (about 1 year ago)
- Topics: api, fuzzer, fuzzing, hacking, rest, security
- Language: Go
- Size: 3.41 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```