Closed varnerac closed 7 years ago
The standard out or error is handled differently when QuickFuzz sends generated content to the target's standard in. I think the user feedback should be the same in either mode.
varnerac$ QuickFuzz Gif "giffix" -a zzuf -t 25 -s 10 +++ OK, passed 25 tests
varnerac$ QuickFuzz Gif "giffix @@" -a zzuf -t 25 -s 10 (0 tests) Following unrecoverable error occured: GIF-LIB error: Wrong record type detected. GIF87a!? NETSCAPE2.;(1 test) Following unrecoverable error occured: GIF-LIB error: Wrong record type detected. GIF87a?;(2 tests) ...
This should be fixed in the re-implemented version.
The standard out or error is handled differently when QuickFuzz sends generated content to the target's standard in. I think the user feedback should be the same in either mode.