linux kernel internals books security android kernel
|

Top 6 books to learn Linux Kernel internals in 2022

Top 6 books to learn Linux Kernel internals Today, I will like to show you my TOP 6 books to start learning more about the Linux kernel. Those books are a must-read for everyone auditing and fuzzing the Linux and/or Android kernel. Linux Kernel Development – link Linux Device Drivers – link Understanding the Linux…

PoC 2022 browser fuzzing
| | | | | |

PoC 2022 – Practical Browser Fuzzing On-site Training

POC 2022 – Training Announcement Practical Web Browser Fuzzing Training Kickstart your journey into the intricate world of web browser fuzzing at PoC 2022! This exclusive training, led by expert Patrick Ventuzelo, is your opportunity to master advanced fuzzing techniques and uncover vulnerabilities in some of the most widely used software globally. Overview Web browsers are…

fuzzing chrome browser fuzz testing dom grammar based fuzzing freedom dharma firefox
| |

Fuzzing Browsers DOM using FreeDom grammar-based fuzzer

Fuzzing Browsers DOM using FreeDom grammar-based fuzzer In this video, I will first explain how to download Chrome ASAN build. Then, I’ll detail what is DOM (Document Object Model) and how it is used by web browsers. I’ll use the FreeDom grammar-based fuzzer to generate some HTML files and create a simple script to process…

fuzzing firefox browser in-process fuzz testing frida hook
| |

Fuzzing Firefox using In-process Fuzzing with Frida

Fuzzing Firefox using In-process Fuzzing with Frida As asked by a lot of you, today’s blogpost is about browser security. First I will show how to download easily Firefox compiled with AddressSanitizer (ASAN). Then, I will show how to use Frida to list all modules and exports of Firefox. I will show some other interesting…