-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:yaceno/WifiRustler into main
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# WifiRustler | ||
|
||
![Sans titre](https://github.com/yaceno/WifiRustler/assets/75220653/ddcac221-edc8-4e02-9c3b-894f620a02da) | ||
|
||
Developed by: yaceno | ||
|
||
Website: https://yaceno.github.io/ | ||
|
||
## Introduction | ||
|
||
Extract plaintext wifi passwords from a windows machine. | ||
|
||
## Prerequisites | ||
- Rust version : rustc 1.71.1 | ||
|
||
## How to Use | ||
|
||
- Launch with cargo : | ||
`cargo build` | ||
`cargo run` | ||
|
||
- Or launch with .exe file : | ||
The .exe file is located in target/debug/wifi_rustler.exe or in releases. |