Skip to content

Simplified Rust implementation of the WirelessKeyView tool from the Windows sysinternals toolkit. Used to extract the WiFi networks, authentication standards, and passwords from Windows systems.

License

Notifications You must be signed in to change notification settings

DarkSuite/DarkWifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkWifi

ForksStargazersIssues

Simplified Rust implementation of the WirelessKeyView tool from the Windows sysinternals toolkit. Used to extract the WiFi networks, authentication standards, and passwords from Windows systems.

Build

$ git clone https://github.com/DarkSuite/DarkWifi
$ cd DarkWifi
$ cargo build --release
$ cd target/release
$ ./DarkWifi 

Usage

$ ./DarkWifi 

darkwifi

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Issues and requests

If you have a problem or a feature request, open an issue.

Stargazers over time

Stargazers over time

About

Simplified Rust implementation of the WirelessKeyView tool from the Windows sysinternals toolkit. Used to extract the WiFi networks, authentication standards, and passwords from Windows systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages