Easy hack websites password and if it's masked in the password field
I was amazed when I came to know that its damn simple to see someone's password.
This is what you need to do:
Step 1: Open the webpage for which you have to unmask or hack the password.
For example, the facebook password is masked here
Step 2: Right Click on Password Field.
Step 3: Select "Inspect Elements" option .
Step 4: On selecting option , "Inspect Elements", a geeky pane will open at the bottom of the screen.
Do not worry!!! Notice the below line,
<input type="password" class="inputtext" name="pass" id="pass" tabindex="2">
You just have to replace , type="password" to type="text"
And press Enter
That's all!!!
No comments:
Post a Comment