Closed How to see the list of saved wifi password on your android phone??

Status
Not open for further replies.

Grimreaper_11

Forum Expert
Joined
Apr 7, 2017
Posts
8,432
Solutions
1
Reaction
6,466
Points
2,686
Age
31
How to see the list of saved wifi password on your android phone??


1. Install terminal emulator on your rooted android phone. click the link below 👇

You do not have permission to view the full content of this post. Log in or register now.
2. Open terminal emulator and type the command given below.
"su" (hit enter)

Note: "su" stands for super user. If you are getting error after typing this command then most probably you don't have the root access. So, it could be a better way to check whether or not your android device has been rooted. Also note that after typing su command "$" sign get changed to "#" which means root access.

3. Next command is cd command and the command goes below.
"cd /data/misc/wifi" (hit enter)

Note: cd stands for change directory. So by typing this command, we are jumping into the path of directory which is /data/misc/wifi.

4. Then next command is cat command which goes below.
"cat wpa_supplicant.conf" (hit enter)

Note: cat command is used to display the content of a wpa_supplicant.conf file which contains all the saved wifi password.

Note: See the "psk" which is the password of your wifi. So if psk = 1234 So that means password corresponding to that wifi network is 1234 and ssid is the name of that particular wifi network.

5) That's it. Now type exit command two times to exit from terminal emulator where first exit command is to exit from root (notice the sign of "#" changes to "$" again that means you have left the root permission.) and second exit command is to exit or close the terminal emulator.

That's it. You can now see the list of saved password of all the wifi network. So, that's it for today guys, we will be back soon..

screenshots:
a.png

a.png
b.png

a.png
b.png
c.png
d.png
f.png
g.png


© to a 15 yrs old girl named, google 😅😆😆
 

Attachments

Status
Not open for further replies.

Similar threads

Back
Top