This commit is contained in:
Eljakim Herrewijnen
2024-03-30 21:13:26 +01:00
commit 0980476603
571 changed files with 15226 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
python3
fuzzer.py
@@

View File

@@ -0,0 +1,14 @@
Command line used to find this crash:
afl-fuzz -U -m none -o /tmp/output_fuzz2 -i - python3 fuzzer.py @@
If you can't reproduce a bug outside of afl-fuzz, be sure to set the same
memory limit. The limit used for this fuzzing session was 0 B.
Need a tool to minimize test cases before investigating the crashes or sending
them to a vendor? Check out the afl-tmin that comes with the fuzzer!
Found any cool bugs in open-source tools using afl-fuzz? If yes, please post
to https://github.com/AFLplusplus/AFLplusplus/issues/286 once the issues
are fixed :)

View File

@@ -0,0 +1,14 @@
Command line used to find this crash:
afl-fuzz -U -m none -o /tmp/output_fuzz2 -i - python3 fuzzer.py @@
If you can't reproduce a bug outside of afl-fuzz, be sure to set the same
memory limit. The limit used for this fuzzing session was 0 B.
Need a tool to minimize test cases before investigating the crashes or sending
them to a vendor? Check out the afl-tmin that comes with the fuzzer!
Found any cool bugs in open-source tools using afl-fuzz? If yes, please post
to https://github.com/AFLplusplus/AFLplusplus/issues/286 once the issues
are fixed :)

View File

@@ -0,0 +1,14 @@
Command line used to find this crash:
afl-fuzz -U -m none -o /tmp/output_fuzz2 -i - python3 fuzzer.py @@
If you can't reproduce a bug outside of afl-fuzz, be sure to set the same
memory limit. The limit used for this fuzzing session was 0 B.
Need a tool to minimize test cases before investigating the crashes or sending
them to a vendor? Check out the afl-tmin that comes with the fuzzer!
Found any cool bugs in open-source tools using afl-fuzz? If yes, please post
to https://github.com/AFLplusplus/AFLplusplus/issues/286 once the issues
are fixed :)

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
# environment variables:
AFL_CUSTOM_INFO_PROGRAM=python3
AFL_CUSTOM_INFO_PROGRAM_ARGV=fuzzer.py @@
AFL_CUSTOM_INFO_OUT=/tmp/output_fuzz2/default
AFL_SKIP_CPUFREQ=1
# command line:
'afl-fuzz' '-U' '-m' 'none' '-o' '/tmp/output_fuzz2' '-i' '-' 'python3' 'fuzzer.py' '@@'

View File

@@ -0,0 +1,43 @@
start_time : 1707476814
last_update : 1707492654
run_time : 15839
fuzzer_pid : 1229881
cycles_done : 601
cycles_wo_finds : 34
time_wo_finds : 0
execs_done : 278400
execs_per_sec : 17.58
execs_ps_last_min : 381.93
corpus_count : 33
corpus_favored : 11
corpus_found : 0
corpus_imported : 0
corpus_variable : 0
max_depth : 2
cur_item : 28
pending_favs : 0
pending_total : 4
stability : 100.00%
bitmap_cvg : 0.29%
saved_crashes : 0
saved_hangs : 0
last_find : 0
last_crash : 0
last_hang : 0
execs_since_crash : 278400
exec_timeout : 20
slowest_exec_ms : 0
peak_rss_mb : 51
cpu_affinity : 0
edges_found : 189
total_edges : 65536
var_byte_count : 0
havoc_expansion : 5
auto_dict_entries : 0
testcache_size : 956
testcache_count : 33
testcache_evict : 0
afl_banner : python3
afl_version : ++4.10a
target_mode : unicornshmem_testcase
command_line : afl-fuzz -U -m none -o /tmp/output_fuzz2 -i - python3 fuzzer.py @@

File diff suppressed because it is too large Load Diff