How to Retrieve WiFi Password on Windows


Remembering the WiFi password when on a guest network is never easy. Even worse is when it’s no longer posted and someone else is asking you for it. Luckily there’s a built in Windows command to recover the password of a given WiFi network.

The Shell Code

Open cmd and execute the following command:

netsh wlan show profile name="David Walsh's Network" key=clear

The result of the command, assuming the network is found, is a long text output with a variety of information about the network. To get the see the password for the network, look under the “Security settings” heading which will look like this:

Security settings-----------------    Authentication         : WPA2-Personal    Cipher                 : CCMP    Authentication         : WPA2-Personal    Cipher                 : GCMP    Security key           : Present    Key Content            : **THE_PLAIN_TEXT_PASSWORD**

As with any complicated command line format, it’s best to create an alias so that you don’t need to remember the full string!

  • Vibration API

    Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user.  One of those simple APIs the Vibration API.  The Vibration API allows developers to direct the device, using JavaScript, to vibrate in…

  • 5 Ways that CSS and JavaScript Interact That You May Not Know About
  • Style Textarea Resizers
  • Create a Simple Dojo Accordion

    Let’s be honest:  even though we all giggle about how cheap of a thrill JavaScript accordions have become on the web, they remain an effective, useful widget.  Lots of content, small amount of space.  Dojo’s Dijit library provides an incredibly simply method by which you can…



Source link

Post a Comment

أحدث أقدم