Wednesday, December 19, 2018

Find WiFi password from CMD

To display WiFi Password, Follow these steps:
 
  • Open CMD as administrator.
  • Run the following command: 
netsh wlan show profile

  • Run the following command:
netsh wlan show profile name=<YOURWIFINAME> key=clear


Kali Linux

  Activate Root: sudo apt -y install kali-root-login =============================== Change boot order ( Easily Change GRUB Boot Order in Ka...