Skip to main content

Command Palette

Search for a command to run...

Hack password of your current wifi connection

Published
1 min readView as Markdown
S

Love to read books, write about Tech and self help. YC W2020. Love hacking and creating simple tools.

wifite-wifi-hacking-toolYou 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.

More from this blog

Food for thought

615 posts

Love to read books, write about Tech and self help. YC W2020. Love hacking and creating simple tools.