Saturday, September 2, 2023

Find WiFi Passwords on Windows

 Open CMD

netsh wlan show profile

netsh wlan show profile name = "ENTER NETWORK NAME HERE" key=clear | find "Key Content"

Run Fido Script

Run PowerShell as Admin Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process iex ((New-Object System.Net.WebClient).DownloadStri...