m0rd3caii / wifi-password-stealer

A simple python and Powershell script that shows wifi passwords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple python and Powershell script that shows wifi passwords.


Languages

Language:Python 55.3%Language:PowerShell 44.7%