SIT STILL & KINDLY RTFM_

0x02 — projects

17 total — 7 in progress, 9 completed, 1 not started

filter
── in progress ──
sinker  embedded security tool rust
  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  embedded tool rust
  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  security tool web
  Java · Burp Suite Extension API
  Burp extension for beginners in web pentesting. Automates common
  payload injection workflows and gives guided hints during scans.
taskmaster  systems tool rust
  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  web
  TypeScript · Rust · Axum
  private
  Torrent streaming platform. Rust backend with Axum, OAuth, RESTful API.
  Code audit and web pentest integrated throughout the build.
moistping  embedded tool rust
  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  security tool rust
  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.
── completed ──
CVE-2024-46987  security rust
  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  embedded systems
  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  blockchain rust
  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  blockchain rust
  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  blockchain
  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  security systems
  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  tool rust
  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  security systems  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  systems security  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.
── not started ──
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.