https://github.com/bararchy/fuzzy
Rand-r Tcp fuzzer
https://github.com/bararchy/fuzzy
Last synced: over 1 year ago
JSON representation
Rand-r Tcp fuzzer
- Host: GitHub
- URL: https://github.com/bararchy/fuzzy
- Owner: bararchy
- License: gpl-2.0
- Created: 2013-09-26T07:52:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-28T09:55:50.000Z (almost 13 years ago)
- Last Synced: 2025-02-05T21:36:48.086Z (over 1 year ago)
- Language: C++
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Fuzzy
This is a Rand-r TCP fuzzer experimental program, you can get the code from the cpp file
How it works:
The program takes a random binery junk from the random virtual device
(/dev/random/) and shoot it to a remote TCP listiner port
Does it work better then regular string based fuzzer ?:
No clue, thats the experiment :)
How to compile:
"clang++ Fuzzertest.cpp -o fuzzy"
or
"g++ Fuzzertest.cpp -o fuzzy"
How to use:
./fuzzy ip port
example:
./fuzzy google.com 80
Licensed under GPLv2