Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Overflow Fuzzing"

From NetSec
Jump to: navigation, search
m
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Stack overflows can be [[Fuzzing|fuzzed]] for simply by throwing more than 16 megabytes of null-free data at the target [[input]].   
+
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.
 
+
{{expand}}
 
[[Category:Fuzzing]]
 
[[Category:Fuzzing]]

Latest revision as of 07:31, 12 March 2012

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.

This article contains too little information, it should be expanded or updated.
Things you can do to help:
  • add more content.
  • update current content.