____ _ __ __ ______ | _ \ / \ | \/ |___ / | |_) / _ \| |\/| | / / | _ / ___ \ | | | / /__ |_| /_/ \_\_| |_/_____|
SIT STILL & KINDLY RTFM_
sinker Rust · ESP32 · Networking · Embedded github.com/rabouzia/sinker ESP32 DNS sinker. Intercepts and sinks DNS queries at the embedded level — network monitoring, captive portals, wireless security research.
ds4 Rust · HID · USB · Driver Dev github.com/rabouzia/ds4 DUALSHOCK 4 driver in Rust. Talks to the controller over USB/BT HID, exposing inputs programmatically without OS-level drivers.
Payloads4Burp Java · Burp Suite Extension API Burp extension for beginners in web pentesting. Automates common payload injection workflows and gives guided hints during scans.
taskmaster Rust · Linux · systemctl · Daemon private Job control daemon in Rust. Fine-grained process scheduling on Linux — a lighter cron alternative with better supervision and systemctl hooks.
hypertube TypeScript · Rust · Axum private Torrent streaming platform. Rust backend with Axum, OAuth, RESTful API. Code audit and web pentest integrated throughout the build.
moistping Rust · ESP32 · Embedded · Telegram API private Never forget to water your plants again. Reads soil moisture and sends a Telegram ping when the soil gets dry.
jwtui Rust · CLI · Cryptography private Command-line tool for encoding and decoding JWTs anonymously. Portable and dependency-light — a quick utility for pentesters in the field.
CVE-2024-46987 Rust · PoC · Exploit Dev github.com/rabouzia/CVE-2024-46987 Path traversal in Camaleon CMS 2.8.0–2.8.2 (also 2.9.0). Arbitrary file read via unsanitised path parameters.
heapforge C · STM32 · Embedded · Memory Management github.com/rabouzia/heapforge Custom embedded allocator (malloc/free) for STM32. Minimalist heap manager for microcontrollers where stdlib allocators are too heavy.
soltx-decode Rust · Solana RPC github.com/rabouzia/soltx-decode Minimal CLI to decode Solana transaction metadata. Parses raw transactions into accounts, instructions and program IDs.
solterm Rust · Solana · TUI github.com/rabouzia/solterm Terminal Solana wallet for devnet. Manages keypairs, queries balances, sends transactions, inspects on-chain data from a keyboard-driven TUI.
token Solidity · Ethereum · Smart Contracts github.com/rabouzia/token ERC-20 compatible token covering deployment, minting and transfer logic. A base for exploring contract auditing and DeFi primitives.
Binary Packer C · Assembly · ARM · x86_64 · ELF · Mach-O github.com/rabouzia/woody-woodpacker Executable packer encrypting binaries at rest. ELF and Mach-O across ARM and x86_64; stub loader decrypts and maps segments at runtime.
bot-rs Rust · Discord API · Telegram API github.com/rabouzia/bot Anti-doomscrolling bot. Fetches videos from Instagram, Twitter and TikTok by link without requiring accounts. Async Rust.
ft_nm archive
C · ELF
github.com/rabouzia/ft_nm
Reimplementation of Unix nm. Parses ELF symbol tables directly —
a deliberate exercise in ELF internals.
dr-quine archive C · Rust · NASM github.com/rabouzia/dr-quine Self-replicating programs in C, Rust and NASM. Compiler internals, string escaping and assembly self-reference.
deauther w/ esp32-rs embedded security rust Rust · ESP32 · Networking · Embedded Wi-Fi deauthentication tool on ESP32 using esp-rs. Will target 802.11 management frames for authorised testing of network resilience.