Finally came around to do some #fuzzing on sectxtlib with #AFLplusplus and directly found a first issue in on of its dependencies π₯β
New casr 2.4.0 is available!
https://github.com/ispras/casr/releases/tag/v2.4.0
casr-cli now provides a joint statistics all over reports!
casr-afl now copies crashes next to reports, produces casr reports in parallel and prints casr-cli joint statistics!
#casr #AFLplusplus
LibAFL 0.9.0 is out with a new logoπ₯
Highlights:
β QEMU user-mode and system-mode snapshot fuzzing
β Stable CorpusId when removing/updating entries in Corpus
β Tinyinst binary-only instrumentation
β Full support to AFL++ binaries with forkserver
...
RT @0xor0ne
Short but cool blog post by Florian Obser (@florian) on fuzzing with AFL++, FreeBSD and ping
#fuzzing #aflplusplus #infosec #cybersecurity
Checkout new #casr 2.3.0 release!!!
https://github.com/ispras/casr
- rust panic support in casr-san/casr-gdb
- c++ exceptions support in casr-san/casr-gdb
- casr-python for creating CASR reports from python crashesπ₯β
P. S. Merry Christmas! βοΈββοΈββοΈβ
#fuzzing #afl #aflplusplus #python
#casr #fuzzing #afl #aflplusplus #python
I have a YouTube channel where I talk about fuzzing, please like subscribe and share:
https://youtube.com/@MrHardik05
#fuzzing #vulnerability #afl #AFLplusplus #libfuzzer #winafl #jackalope #honggfuzz
#fuzzing #vulnerability #afl #aflplusplus #libfuzzer #winafl #jackalope #honggfuzz
At last, new casr 2.2.0 release with casr-afl!!!
Triaging crashes found by @aflplusplus as simple as it could be:
$ cargo install casr
$ casr-afl -i afl-out -o casr-out
$ casr-cli casr-out/cl1/<report_name>
#casr #fuzzing #afl #aflplusplus
For binary-only emulation in #LibAFL qemu, you can now dump DrCov traces to see in #idapro (lighthouse), #binaryninja (bncov), or #ghidra (dragondance) which paths the executions took.
This helps you understand where your fuzzer gets stuck, develop the harness further, and reach greater depth in the binary, eventually.
Binary-only modes of #AFLplusplus ( #qemu / #frida ) and libafl_frida also support DrCov output, already.
#fuzzing #fuzzingTips
https://github.com/AFLplusplus/LibAFL/pull/878
#libafl #idapro #binaryninja #ghidra #aflplusplus #qemu #frida #fuzzing #fuzzingtips