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

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

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