Get wifi password with just one command 10-09-2024, 04:48 PM
#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| Get wifi password with just one command filter_list | |
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