How to extract WIFI passwords through Windows Command Prompt


Have you ever experienced the situation where you wanted to utilise a wifi configured to connect to one machine in an entirely new machine, but couldn't remember the wifi password?
In today's post we will be looking at how we can extract wifi passwords via command prompt.
To get this done a utility will be used called Netsh. According to Microsoft, Netsh is a command-line scripting utility that allows you to display or modify the network configuration of a computer that is currently running. So lets get busy with these simple steps. 

1. Start up the Netsh utility by opening a command prompt and typing the followikng
netsh

This should take you to the netsh prompt

2. Enumerate the available wifi configured on the machines by typing the following
wlan show profile

3. Here we will be revealing the wifi password of "xox" by typing the following:
wlan show profile xox key=clear

Now under the Security settings you will see the wifi key/password in plain text as seen in the screen shot below

Quite simple?

If you like this very short post stay tuned for more

Comments

Popular posts from this blog

Auditing Virtualization

How to Identify if the capacity of your FLASH storage device is genuine or counterfeit

Address Resolution Protocol (ARP): Understanding the basics