• Welcome to ForumKorner!
    Join today and become a part of the community.

[TUT] Uncover the password behind stars [TUT]

samsh

Member
Reputation
0
Ok guys so you know when you get on facebook and your username is already put in and your pasword as well but you see them as dots? well to find out what is typed in in the password box you must....

1. Go to the browser box and erase the site that you are on.
2 enter this code in the browser box and press enter to reveal the password behind the dots or stars.

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.");})();
 

Bree

Active Member
Reputation
0
Not a bad little tutorial here I guess. It definately works anyways, so might be useful for those who have the password saved, but do not remember it.
 

samsh

Member
Reputation
0
Justicar said:
Not a bad little tutorial here I guess. It definately works anyways, so might be useful for those who have the password saved, but do not remember it.

yea your right but maybe it useful when you are using you friend pc and say him i want water when he go to get water for you just quickly copy and past it copy his/her password :)
 

Bree

Active Member
Reputation
0
We do not condone such activities here :p

But as long as this is given out for the use of password recovery on your own accounts, I don't see an issue with it.
 

Erkii

Member
Reputation
0
Kinda useful tutorial, thanks for sharing this.
It works anyways ;)
 
Top