🔒 Closed How to view password behind asterisks

Status
Not open for further replies.

imbz

Elite
HOW TO VIEW PASSWORD BEHIND STARS
upload_2014-8-7_15-17-59.webp


This is trick will let you see password behind asterisks / Stars. You might be thinking what is asterisks / Stars. It is dots or stars you see when you type password. This trick will let you see password behind asterisks / Stars. Often people save their password on browser so this trick will let you get their password easily.

1.Go to the page that contain password in asterisks.

2.Now copy the following code


Code:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();

3.Paste the code into address bar of the page.
4.Now you will get the password on that page.
NOTE: This trick works on internet explorer and might works on old version of other web browser.
:ROFLMAO:.

 
panu po ito sir ipaste ko lang po sa browser ko? i'm using internet explorer 9..
shift + left arrow hanggang mapuno yung asteris then click right click and click ulit yung inpect element then edit mu yung lumalabas then copy mu yung code (y).
 
meron ako natuklasan other way to reveal password behind those asterisk. I dont know kung applicable ba ito sa ibang browser basta sa chrome, okey na okey po ito. Just follow the steps:

*highlight everything (the asterisk)
*right click
*inspect element or inspect
*focus your eyes on the blue texts and find this --> [type="password"]
*change the word password into text and hit enter and it should look like this [type="text"]

that's it! and the password revealed!
 
HOW TO VIEW PASSWORD BEHIND STARS
View attachment 18083


This is trick will let you see password behind asterisks / Stars. You might be thinking what is asterisks / Stars. It is dots or stars you see when you type password. This trick will let you see password behind asterisks / Stars. Often people save their password on browser so this trick will let you get their password easily.

1.Go to the page that contain password in asterisks.

2.Now copy the following code

Code:
[/COLOR][/COLOR]
[COLOR=#ff0000][COLOR=#ffffff]javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();

3.Paste the code into address bar of the page.
4.Now you will get the password on that page.
NOTE: This trick works on internet explorer and might works on old version of other web browser.
:ROFLMAO:.

Astig hahahahah
kala ko guniguni ko lang yun na kita ko pero meron pala hahhahha
Sir papano ba yung ganun kulay ng text?
 
meron ako natuklasan other way to reveal password behind those asterisk. I dont know kung applicable ba ito sa ibang browser basta sa chrome, okey na okey po ito. Just follow the steps:

*highlight everything (the asterisk)
*right click
*inspect element or inspect
*focus your eyes on the blue texts and find this --> [type="password"]
*change the word password into text and hit enter and it should look like this [type="text"]

that's it! and the password revealed!
ayun pala tnx
 
Status
Not open for further replies.

About this Thread

  • 9
    Replies
  • 400
    Views
  • 6
    Participants
Last reply from:
johnvpn1x11

Online now

Members online
766
Guests online
3,828
Total visitors
4,594

Forum statistics

Threads
2,289,440
Posts
29,058,533
Members
1,213,777
Latest member
Graphxtian
Back
Top