# Hack password of your current wifi connection

[![wifite-wifi-hacking-tool](https://cdn.hashnode.com/res/hashnode/image/upload/v1626149284684/JtLf9pcy3.gif)](http://reliablesoftwares.com/blog/wp-content/uploads/2015/07/wifite-wifi-hacking-tool.gif)You can easily find password of you current wifi connection from a command line

**For Windows** open command prompt and type following:  

    netsh wlan show profile name=networkname key=clear
    

Kindly replace networkname (is case sensitive) to the name of network you have been connected.

**For Mac** open up Terminal and enter following:  

    security find-generic-password -ga networkname | grep password
    

Kindly replace networkname(is case sensitive) to the name of network you have been connected.
