You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
Writing collected fuzz valid cases to files for Radamsa sometimes fails with
File "/home/user/mittn/mittn/httpfuzzer/fuzzer.py", line 87, in get_fuzz
filehandle.write(bytearray(valid_string, "UTF-8"))
TypeError: encoding or errors without a string argument
The text was updated successfully, but these errors were encountered:
anttivs
changed the title
httpfuzzed valid case collection sometimes fails
httpfuzzer valid case collection sometimes fails
Jun 18, 2015
Writing collected fuzz valid cases to files for Radamsa sometimes fails with
File "/home/user/mittn/mittn/httpfuzzer/fuzzer.py", line 87, in get_fuzz
filehandle.write(bytearray(valid_string, "UTF-8"))
TypeError: encoding or errors without a string argument
The text was updated successfully, but these errors were encountered: