Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get the account and password of the currently used wireless network
#4
test output then show here then can sort it


run this

Function Get_SSIDandPassword
Code:
Copy      Help
str wlpassword wlname cl="cmd.exe /C NETSH WLAN SHOW INTERFACE | findstr /r ''^....SSID''"
RunConsole2 cl wlname
wlname.trim
wlname.replacerx("SSID                   :" "")
out wlname
cl=F"cmd.exe /C netsh wlan show profile name={wlname} key=clear | findstr Key"
RunConsole2 cl wlpassword
wlpassword.trim
;wlpassword.replacerx("Key Content            :" "")
out wlpassword

and see what output is  for wlpassword


Messages In This Thread
RE: How to get the account and password of the currently used wireless network - by Kevin - 01-21-2019, 02:52 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)