Publish rush source code
This commit is contained in:
parent
fcd88cfc1e
commit
7a3478dfdd
10 changed files with 2827 additions and 19 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||
Loading…
Reference in a new issue