/wifi-password-stealer

A simple python and Powershell script that shows wifi passwords.

Primary LanguagePython

WiFi password stealer

██╗    ██╗██╗███████╗██╗    ███████╗████████╗███████╗ █████╗ ██╗     ███████╗██████╗ 
██║    ██║██║██╔════╝██║    ██╔════╝╚══██╔══╝██╔════╝██╔══██╗██║     ██╔════╝██╔══██╗
██║ █╗ ██║██║█████╗  ██║    ███████╗   ██║   █████╗  ███████║██║     █████╗  ██████╔╝
██║███╗██║██║██╔══╝  ██║    ╚════██║   ██║   ██╔══╝  ██╔══██║██║     ██╔══╝  ██╔══██╗
╚███╔███╔╝██║██║     ██║    ███████║   ██║   ███████╗██║  ██║███████╗███████╗██║  ██║
 ╚══╝╚══╝ ╚═╝╚═╝     ╚═╝    ╚══════╝   ╚═╝   ╚══════╝╚═╝  ╚═╝╚══════╝╚══════╝╚═╝  ╚═╝

Powershell Example:

PS> .\win-passwd-stealer.ps1

Perfil1 | Password1
Perfil2 | Password2

Python Example:

Step 1:

Install pyinstaller to make it an executable.

pip install pyinstaller

Step 2:

pyinstaller --onefile win-pass-stealer.py

Step 3:

Use it:

.\win-pass-stealer.exe
Perfil1 | Password1
Perfil2 | Password2

Or just use it without making it executable

python3 get_wifi_passwords.py
Perfil1 | Contraseña1
Perfil2 | Contraseña2