tda
A simple Rust CLI published to the Arch User Repository. Sounds trivial, but getting something into the AUR taught me more about packaging, distribution, and PKGBUILD than any tutorial could.
A simple Rust CLI published to the Arch User Repository. Sounds trivial, but getting something into the AUR taught me more about packaging, distribution, and PKGBUILD than any tutorial could.
First real attempt at building a web backend in Rust with Actix-web. Clean routing, middleware, and the kind of compiler fights that make you a better developer.
Mobile network reconnaissance tool built with Flutter and Rust. Wi-Fi analysis, device scanning, packet sniffing, and TLS/SSL inspection. Integrates Nmap, libpcap, and Mitmproxy under the hood.

This Rust program attempts to crack a given SHA-1 hash by comparing it against hashes of words from a provided wordlist. It reads a wordlist file, computes the SHA-1 hash for each word, and compares i

Ever needed a quick way to grab your local IP address and copy it to the clipboard? This Rust-based tool does just that. It fetches your machine's local IP address and copies it to the clipboard using
EOF - End of #Rust projects