Saturday 22 December 2012

How to view hidden passwords without using any software


1) First of all open up the webpage on which you wanna see the hidden passwords.

2) Then in the username there must be the name and in the password there must be ********

[Image: passrevwal_1.jpg]

3) Now to see the password which is behind the ******** Just copy and paste the following JavaScript into the address bar of the browser and you are done.


copy this java script = j(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{%20if%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%20passwords%20in%20forms%20on%20this
%20page.%22);})();

4)taddaa,the password appeared 

[Image: passrevwal_3.jpg]
ENJOY!!!!
"This tutorial is Education Purpose only don’t misuse it Trick2do will Not Hold any responsibility".

1 comment:

  1. This is a very old trick that doesn't work anymore. Some browsers (like Safari) will block this script and not authorize it and others (FireFox, MSIE, for example) will just send you to google this code.

    ReplyDelete