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
#2
this should do it for ya

Function GetSSIDandPassword
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


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

Forum Jump:


Users browsing this thread: 2 Guest(s)