Top "Fuzzing" questions

Testing software by presenting it with invalid input to find errors in input validation and handling.

Capture "Segmentation fault" message for a crashed subprocess: no out and err after a call to communicate()

I have problems using the subprocess module to obtain the output of crashed programs. I'm using python2.7 and subprocess to …

python segmentation-fault subprocess communicate fuzzing
Frameworks for network protocol fuzzing?

Can anyone recommend any programmer-friendly (i.e. extensible) frameworks or systems for performing network level packet fuzzing? I'm looking for …

networking network-protocols fuzzing
OWASP's ZAP and the Fuzz ability

My scenario: I navigate to a login page. I put in a known username with a bad password. ZAP picks …

owasp penetration-testing fuzzing security-testing zap
Where can I find H.264 standard?

I would like to write a little fuzzer for H.264 but I am not aware about the file format. Could …

standards h.264 fuzzing
Library for fuzzy testing for Java

Is there a flexible framework for fuzzy testing in Java? The Wikipedia article on Fuzz testing defines fuzz testing as …

java testing fuzzing
Random object generator in JavaScript

I need a random object generator in JavaScript that generates a variety of objects with different fields and values. Any …

javascript object random fuzzing