Honggfuzz QEMU-mode & Hardware-based coverage, Better than AFL++? - Blackbox Fuzzing #2

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 มิ.ย. 2024
  • 📥 Download source code and materials: academy.fuzzinglabs.com/intro...
    Today, I will use both honggfuzz QEMU mode and honggfuzz Hardware-based coverage to fuzz a compiled binary. I will explain how those modes are working, fuzz the pdfinfo binary with QEMU mode and then fuzz it with hardware-based coverage mechanisms.
    #Blackbox #Fuzzing #honggfuzz
    00:00 Intro
    00:48 Honggfuzz
    02:20 QEMU mode & Hardware-based coverage
    04:31 Comparaison with AFL++ fuzzing of pdfinfo
    05:42 Prepare your system for fuzzing
    07:48 Run the fuzzer using QEMU mode
    11:28 Run the fuzzer using Hardware-based coverage
    16:24 Conclusion
    ==== 🔥 C/C++ Whitebox Fuzzing Training ====
    academy.fuzzinglabs.com/c-whi...
    ==== 🦄 Join the community ====
    academy.fuzzinglabs.com/fuzzi...
    ==== 📡 Socials ====
    - Twitter: / fuzzinglabs
    - Telegram: t.me/fuzzinglabs
    Keyword: Fuzzing, Fuzz Testing, Blackbox fuzzing, Binary-only fuzzing, Honggfuzz, QEMU, hardware-based coverage
    Link to this video: • Honggfuzz QEMU-mode & ...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 6

  • @fuzzinglabs
    @fuzzinglabs  3 ปีที่แล้ว +1

    📥 Download source code and materials: academy.fuzzinglabs.com/introduction-blackbox-fuzzing?coupon=youtube

  • @dennisklad
    @dennisklad 3 ปีที่แล้ว +1

    Amazing tutorial mate, thanks so much for this!

  • @audreyyan1502
    @audreyyan1502 ปีที่แล้ว +1

    How does honggfuzz save all the seed files generated during black box testing? I don't see the saved files even after I use -u

    • @fuzzinglabs
      @fuzzinglabs  ปีที่แล้ว

      It should be inside hfuzz_workspace by default

  • @selimeneskaraduman6935
    @selimeneskaraduman6935 3 ปีที่แล้ว +1

    Which Processor did you use in this video?

    • @fuzzinglabs
      @fuzzinglabs  3 ปีที่แล้ว

      AMD Ryzen 7 3700X 8-Core Processor, that's why I'm not able to use intelPT or BTS mode.