Fuzzled is a powerful fuzzing framework. Fuzzled includes helper functions, namespaces, factories which allow a wide variety of fuzzing tools to be developed. The project comes with several example protocols and drivers for them.
Installation:
For each Fuzzled module, to install:
1) cd < module name >
2) perl Makefile.PL
3) make
4) make install
What's New in This Release:
· Changed memory allocation for Fuzzled::Protocol::HTTPFormsAuthenticate
· Implemented Fuzzled::Factory::Pattern
· Refactored Fuzzled::Protocol::HTTP
· Added Fuzzled::Factory::Replace
· Added Drivers/parsepacket.pl and Fuzzled::PacketParser::Separate
· Added Drivers/httpdirbuster.pl and
· Fuzzled::Protocol::HTTPDirBuster
· Added Drivers/caarcserver6050.pl and
· Fuzzled::Protocol::CAArcServer6050
· Added Keep-Alive code to Fuzzled::Protocol::HTTPFormsAuthenticate
· Added Fuzzled::Helper::TCP->eof() to Fuzzled::Helper::TCP
· Added supplementary debugging and error handling code to
· Fuzzled::Helper::SharedMemory
· Refactored IPC in Fuzzled::Protocol::SOCKS4 and
· Fuzzled::Protocol::HTTPFormsAuthenticate
· Added Fuzzled::Helper::UDP
· Fuzzled::Factory::Separate, Fuzzled::Factory::Pad
· Implemented Fuzzled::Factory::Date
· Added host header checks to Fuzzled::Protocol::HTTP
· Added end of data marker support in
· Fuzzled::Helper::SharedMemory->new() and associated functions
· Changed socket open flags in Fuzzled::Helper::TCP->new()
· Increased shared memory buffer in
· Fuzzled::Protocol::HTTPFormsAuthenticate->new()
· Modified shared memory buffer allocation request in
· Fuzzled::Protocol::HTTPFormsAuthenticate->new() to use end of
· data marker
· Modified shared memory buffer allocation request in
· Fuzzled::Protocol::SOCKS4->new() to use end of data marker
· Added connection checking to master loop of
· Fuzzled::Protocol::SOCKS4->attack() and
· Fuzzled::Protocol::HTTPFormsAuthenticate->attack()
· Added Fuzzled::Protocol::HTTP
· Added Drivers/http.pl
· Added supplementary debugging code to Fuzzled::Helper::TCP
· Added supplementary debugging code to
· Fuzzled::Protocol::HTTPFormsAuthenticate
· Added supplementary debugging code to Fuzzled::Protocol::SOCKS4
Product's homepage