Publish rush source code

This commit is contained in:
Jesús David Chapman Vélez 2026-07-28 16:26:06 -05:00
commit 7a3478dfdd
10 changed files with 2827 additions and 19 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "rushot"
version = "0.1.0"
edition = "2021"
authors = ["JesusChapman"]
description = "Wi-Fi WPA WPS PIN attack tool in Rust"
[dependencies]
clap = { version = "4.4", features = ["derive"] }
regex = "1.10"
unicode-width = "0.1"
chrono = "0.4"
colored = "2.0"
libc = "0.2"
tempfile = "3.8"