Como posso ver senhas sem fio?
Duas maneiras:
-
Use Netsh .
-
Use WirelessKeyView por Nirsoft .
Solução Netsh :
-
Recupere uma lista de perfis sem fio:
netsh wlan show profiles
-
Recupere o perfil detalhado de um perfil sem fio específico:
netsh wlan show profiles name=profile_name key=clear
Notas:
- %código%. Quando especificado, isso significa que, se uma chave estiver presente no perfil e o usuário tiver privilégios administrativos no computador local, a chave de texto simples será exibida como parte do perfil.
- No exemplo a seguir, o nome do perfil e a chave sem fio foram censurados.
Exemplo:
F:\test>netsh wlan show profiles
Profiles on interface Wireless Network Connection:
Group policy profiles (read only)
---------------------------------
<None>
User profiles
-------------
All User Profile : censored
F:\test>netsh wlan show profiles name=censored key=clear
Profile censored on interface Wireless Network Connection:
=======================================================================
Applied: All User Profile
Profile information
-------------------
Version : 1
Type : Wireless LAN
Name : censored
Control options :
Connection mode : Connect automatically
Network broadcast : Connect only if this network is broadcasting
AutoSwitch : Do not switch to other networks
Connectivity settings
---------------------
Number of SSIDs : 1
SSID name : "censored"
Network type : Infrastructure
Radio type : [ Any Radio Type ]
Vendor extension : Not present
Security settings
-----------------
Authentication : WPA2-Personal
Cipher : CCMP
Security key : Present
Key Content : censored
Solução WirelessKeyView
WirelessKeyView recovers all wireless network security keys/passwords (WEP/WPA) stored in your computer by the 'Wireless Zero Configuration' service of Windows XP or by the 'WLAN AutoConfig' service of Windows Vista, Windows 7, Windows 8, and Windows Server 2008.
It allows you to easily save all keys to text/html/xml file, or copy a single key to the clipboard. You can also export your wireless keys into a file and import these keys into another computer.
...
License
This utility is released as freeware.
Fonte WirelessKeyView v1.70 - Recupere a chave de rede sem fio perdida
Aviso de isenção
Eu não sou afiliado com Nirsoft de qualquer forma, eu sou apenas um usuário final do software.
Leitura Adicional
- Um índice A-Z da linha de comando do Windows CMD - Uma excelente referência para todas as coisas relacionadas à linha do Windows cmd.
- Comandos netsh para rede local sem fio (WLAN)