Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/foospidy/fuzzcat
- Owner: foospidy
- License: gpl-3.0
- Created: 2018-03-20T15:24:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T20:30:06.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T17:11:09.977Z (5 months ago)
- Topics: application-security, bash, fuzzer, fuzzing, netcat, network-security
- Language: Shell
- Size: 15.6 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **5**星
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