Sinisterly
Get wifi password with just one command - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+--- Thread: Get wifi password with just one command (/Thread-Get-wifi-password-with-just-one-command)



Get wifi password with just one command - hacxx - 10-09-2024

Code:
cmd.exe /c for /f "tokens=2 delims=:" %i in ('netsh wlan show profiles') do netsh wlan show profile name=%i key=clear | findstr "Key Content" && pause