Log in

View Full Version : ARTeam: Simple Socket Fuzzer by Shub-Nigurrath


Shub-nigurrath
October 16th, 2012, 10:41
Hi all,
just released a new tiny tool I wrote for my own tests..

It's a SimpleSocketFuzzer designed to be a simple scriptable and easy to use socket mutable fuzzer. You don't have to study a complex API or pour over the code to see what it's doing. More precisely it's a Mutation Based Fuzzer, able to mutate given data samples to create test strings and send them to a specified socket.
The tool does its work over TCP/UDP sockets and uses a simple script syntax to automate tests. Full C++ VS2012 sources and project included! See internal instructions.

Here you can find a complete tutorial on the tool and the download link page.

http://www.xchg.info/wiki/?title=SimpleSocketFuzzer

PS: Beside it's time to announce the existence of the ARTeam wiki pages..just give a look around!

BR,
Shub