Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
Fuzz
Edit
PageHistory
Diff
Info
LikePages
_Fuzzing_ is the act of generating random input to be fed to programs to try to flush out bugs in them. In theory, programs should reject all invalid input with suitable error messages, but sometimes there are holes in their validation checks, which means that certain inputs can produce odd, unintended behaviours or crashes. Some fuzzing tools are: * [zzuf|http://caca.zoy.org/wiki/zzuf], a sort of “man-in-the-middle” fuzzer * [fusil|http://pypi.python.org/pypi/fusil/1.3], a Python library for writing fuzzers * [wapiti|http://wapiti.sourceforge.net/], which scans Web pages for potential form- and script-injection vulnerabilities * [fuzz|http://sourceforge.net/projects/fuzz/] ---- CategoryProgrammingBugs
One page links to
Fuzz
:
LawrenceDoliveiro