Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Overflow Fuzzing"
From NetSec
WillieArce (Talk | contribs) m |
|||
Line 1: | Line 1: | ||
− | Stack overflows can be [[Fuzzing|fuzzed]] | + | Stack overflows can be [[Fuzzing|fuzzed]], simply by throwing more than 16 megabytes of null-free data at the target [[input]]. |
If there is a [[vulnerability]], this should result in a [[segmentation fault]] or other unpredictable behavior. | If there is a [[vulnerability]], this should result in a [[segmentation fault]] or other unpredictable behavior. | ||
[[Category:Fuzzing]] | [[Category:Fuzzing]] |
Revision as of 17:06, 28 October 2011
Stack overflows can be fuzzed, simply by throwing more than 16 megabytes of null-free data at the target input. If there is a vulnerability, this should result in a segmentation fault or other unpredictable behavior.