/builds

The Arsenal

Small tools that compose into bigger ones. Recon, web, and Active Directory.

Current focus

Offensive tooling in Rust

Collection

Offensive Tooling

14 builds
nyx
Tor identity rotator with a real-time TUI. Rotate circuits on demand and watch every hop go by.
stratum
High-performance, extensible proxy with DNS-over-HTTPS, custom routing (Tor/I2P), and SSL pinning for granular traffic control.
termino
Red-team command-and-control framework built on a decentralized, NAT-traversing P2P transport (WebRTC, libp2p, IPFS). Operator traffic blends into ordinary network noise, the infrastructure resists takedown, and a seized node doesn't sink the channel. The threat model assumes the defender owns the network. For authorized engagements and research.
kerox (WIP)
Multi-agent framework for red-teaming LLMs. Coordinated agents probe lab models for prompt injection, guardrail bypass, and system-prompt leakage, then write up what actually worked.
recon-suite (WIP)
Flagship recon CLI that composes pyscan and subhunter into one command. Point it at an external surface and get back a single ranked report.
pyscan (WIP)
Async TCP connect scanner with banner grabbing and JSON output. Fast because it waits on hundreds of ports at once instead of one at a time.
subhunter (WIP)
Subdomain enumeration two ways: passive via Certificate Transparency (crt.sh) and active via wordlist brute-force, resolving whichever hosts are alive.
xss-probe (WIP)
Context-aware reflected-XSS detector. Injects a marker, finds where it lands, then picks a break-out payload for that specific context.
sqli-probe (WIP)
Error-, boolean-, and time-based SQL injection detector for authorized lab targets, with honest false-positive notes.
authz-diff (WIP)
IDOR / BOLA finder. Replays one request across two user sessions and diffs the responses to flag broken object-level authorization.
kerbrute-py (WIP)
Kerberos user enumeration, AS-REP roasting, and Kerberoasting helper around impacket. Readable output, hashcat-ready hashes.
ad-arsenal-mini (WIP)
Wraps LDAP and Kerberos tooling into one CLI that enumerates a domain and prints the attack path in plain English.
rscan (WIP)
Rust rewrite of pyscan: a single static binary with no interpreter to drag onto the target. Async via tokio.
auth-log-parser (WIP)
Reads auth.log and ranks the top failed-SSH source IPs. Small, sharp, and the first tool in the kit.

Collection

Blue Teaming

2 builds
Vyrox Security
Memory-safe, autonomous security infrastructure for deterministic threat investigation.
DeepSentry
Unsupervised Anomaly Detection in System Logs.

Collection

Open Source Contributions

2 builds
Dora-rs - Metadata::get_or
Added Metadata::get_or for cleaner parameter access with defaults, reducing boilerplate and improving ergonomics in dora-rs.
Rust Clippy - useless_conversion lint
Enhanced .into_iter() suggestions for nested references, fixing over-borrowed code patterns in the official Rust linter.