How to use afl-fuzz (American Fuzzy Lop) with openssl
2
votes
2
answers
2805
views
I am trying to use afl-fuzz with openssl in Ubuntu. A normal usage of afl-fuzz would be:
afl-gcc test.c //-- this will produce a.out
mkdir testcases
echo "Test case here." > testcases/case1
afl-fuzz -i testcases -o findings ./a.out
Now for openssl it would be something like:
afl-gcc ./config
make //-- not sure of this :)
afl-fuzz -i test -o findings
where "test" is the folder with testcases for openssl
My question is what is the parameter for "exe_name" for openssl? And please correct me if i'm wrong with the rest of the code. Thank you
Asked by Bigulinis
(21 rep)
Jun 4, 2015, 05:15 AM
Last activity: Apr 9, 2025, 08:00 AM
Last activity: Apr 9, 2025, 08:00 AM