This blog mainly focuses on finding the wifi password on a connected system. Many people might find it funny or even find this blog un-necessary but this blog is mainly for the people who want to learn small command prompt trick with the help of which people can find the password of a already connected network. This trick can be used and is applicable for people who want to know the password of maybe friends or neighbors wifi password. If the person or user is allowed to get an access to the victims system then he/she can easily find the password of the network using this simple trick. Your friend/neighbour may trust you with his/her system but might not give your their wifi passwords in this case we can use this trick to find their wifi password. Generally the systems that are connected to home network or organizations network tend to auto save the password and auto connect to them, In such scenario if a person is able to get an access to victims system then he/she she can use this trick and know the wifi password as the system will automatically connect to the system.
Step1:- Go to search menu and type command prompt
Step2:- Run Command Prompt as administrator
Step3:- Type Netsh
Netsh is a command-line scripting utility that allows you to display or modify the network configuration of a computer that is currently running. Netshcommands can be run by typing commands at thenetsh prompt and they can be used in batch files or scripts.
Step4:- wlan show profiles
This command will show all the wireless profiles of the wireless networks that you have connected in the past and we can even view the password of those network profiles.
Step5:- wlan show profile {network name} key=clear
In example:- wlan show profile FD-0 key=clear
As we can see in the image that the password for the network FD-0 is goodgame. Similarly we can do the same for other networks as well just change the network name from FD-0 to anyother network that the system has connected to.
Comments
Post a Comment