Thursday 27 September 2012

See a password behind '****'

 How to see a password behind '****'?

Yes it is possible to see a password in a login page in the form of Asterisk. Actually asterisk are  Greek symbols which is used to hide any password so  that no one can see our password at the time of login.
today i am posting this awesome trick by which you can easily see these asterisk password without any software.
 To try this just follow these simple steps..........

(1) first open any web browser(Best in opera) and type any login page url like i use facebook login page here.
(2) now type your username  and password to login or you can type anything in password  field (don't press enter).
(3) now copy the java script given below and paste it in your browser's address bar.(without " ")


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


To stay updated about our posts... like us on facebook =>The Blogger

No comments:

Post a Comment