Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foospidy/fuzzcat

Rudimentary network protocol fuzzer using bash, netcat, and other tools.
https://github.com/foospidy/fuzzcat

application-security bash fuzzer fuzzing netcat network-security

Last synced: 2 months ago
JSON representation

Rudimentary network protocol fuzzer using bash, netcat, and other tools.

Awesome Lists containing this project

README

        

# fuzzcat

When you can't be bothered with figuring out better fuzzing tools

fuzzcat is a rudimentary network protocol fuzzer using bash, netcat, and other tools.

### Usage

For a list of options:

`./fuzzcat --help`

Example:

`./fuzzcat -h 127.0.0.1 -p 8080 -b 4096 -bz 256 -t char`

### Dependencies

- nc
- curl
- seq

### Better Fuzzing Tools

- https://github.com/secfigo/Awesome-Fuzzing
- https://www.owasp.org/index.php/Fuzzing
- https://blackarch.org/fuzzer.html
- https://github.com/orgcandman/Simple-Fuzzer