Skip to main content

#Rust

Rustfiltered results
Screenshot of sha1_cracker
Views:211
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:62
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:34
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:67
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