24 Sep, 2008 in
OWASP AppSec NYC 2008 by
Josh
This presentation was by Yiannis Pavlosoglou who is the developer on the OWASP fuzzing project.
Address the challenges of fuzzing, during applicaton layer penetration tests and security assessments. Designed for fuzzing web applications. Open-source and free. Written in Java. Scriptable.
Fuzzer Workflow
Building a fuzzer entails a stable, ease to use interface, a solid fuzzing engine, and unconventional protocol APIs.
Likely Problems:
Addressing Problems:
47 classes spread into 13 packages. 13,123 lines of java code. Do one thing and do it well! Tell the user what you are putting on the wire. Don’t obey HTTP/S. Trust the JBroFuzz Core to generate payloads.
Roadmap
E-mail yiannis@owasp.org with questions.
Anonymous | October 24th, 2008 at 1:01 pm #
IMHO Powerfuzzer (powerfuzzer.sourceforge.net) is much simpler to use and effective.