Advanced Security Research & Exploitation

Pwning Systems
and Fuzzing Binaries

Specialized in low-level vulnerability research, exploit engineering, and offensive security tooling.

Featured Tool
DiffRays Logo

DiffRays is a research-oriented tool for binary patch diffing, designed to aid in vulnerability research, exploit development, and reverse engineering.

Active Development
>diffrays --help
______ _ __ ________ | _ (_)/ _|/ _| ___ \ | | | |_| |_| |_| |_/ /__ _ _ _ ___ | | | | | _| _| // _` | | | / __| | |/ /| | | | | | |\ \ (_| | |_| \__ \ |___/ |_|_| |_| \_| \_\__,_|\__, |___/ __/ | |___/ v2.0 Tau usage: diffrays [-h] {diff,server,autodiff} ... Binary Diff Analysis Tool - Decompile, Compare, and Visualize Binary Changes positional arguments: {diff,server,autodiff} Command to execute diff Analyze two binaries and generate differential database server Launch web server to view diff results autodiff Auto-download binaries (via CVE or manual input) and run diff options: -h, --help show this help message and exit Examples: diffrays autodiff --cve CVE-2025-29824 diffrays autodiff -f clfs.sys -m 2025-09 diffrays autodiff -f clfs.sys -m 2025-09 -w 2023-H2 diffrays diff old_binary.exe new_binary.exe diffrays diff old.so new.so -o custom_name.sqlite --log diffrays server --db-path result_old_new_20231201.sqlite --debug For more information, visit: https://github.com/pwnfuzz/diffrays

Active Projects

All Projects

POCs

Collection of proof‑of‑concept exploits for various CVEs and vulnerabilities.

Various (likely Python, C, etc.)PoC Repository

PwnLand

Pwning notes: tutorials, examples & challenge solutions for binary exploitation.

PythonExploit/CTF Repository

WindowsHeapMastery

Deep dives and tools focused on Windows heap internals and exploitation techniques.

C/C++Exploit Research Tool

commithunter

Staying top of the latest security related commits.

PythonSecurity Tool