have you ever inserted password but you
forget your password or you want to know the password. I have
experience when I didn't know the password however I need that
password. This is happened when I want to know old password user
mysql to install wordpress. But this method just can do if the
password exist on the textbox. Nah.. you can konw the password if you
want.
How to do that? You can utilize the
developer tool that has provided each browser. When you get the user
but you don't know the password like this conditition.
Using inspect element that provided by
browser. Click the textbox Old Password.
Then you go to it HTML source, then
change type=”password”
become type=”text”
and you see the password.
Comments
Post a Comment