Skip to main content

#Rust

Rustfiltered results
Screenshot of tda
Views:3
Tags:5

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.

projectthedarkartistactive
Screenshot of actix_mark1
Views:2
Tags:4

actix_mark1

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.

projectthedarkartistactive
Screenshot of ReconX
Views:2
Tags:5

ReconX

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.

projectthedarkartistactive
Screenshot of sha1_cracker
Views:216
Tags:2

sha1_cracker

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

projectthedarkartistactive
Screenshot of ipclip
Views:63
Tags:5

ipclip

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

projectthedarkartistactive
Screenshot of RustRecon
Views:39
Tags:2

RustRecon

When I first set out to build RustRecon, my goal was simple: create a Rust-powered tool that scans a given IP address on specified ports and generates a JSON report about which ports are open, wha

projectthedarkartistactive
Screenshot of rusty-blog-webapp
Views:69
Tags:5

rusty-blog-webapp

This is a modular Rust web application built using Actix-web for the backend, Tera for templating, and HTMX for client-side interactivity. It features structured routing, authentication, and logging w

projectthedarkartistactive

EOF - End of #Rust projects