Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Get wifi password with just one command filter_list
Author
Message
Get wifi password with just one command #1
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

Reply







Users browsing this thread: