SAMRATSOFT

Wednesday, January 25, 2012


Show the field of password

  • This code is helpful to reveal the aesterik password in sites
  • First open the www.orkut.com or gmail
  • Enter your email id of password into the form
  • Copy the following code and paste to the address bar
  • Run 
  • Your password will get display in window
javascript:(function(){var s,F,j,f,i; s = ""; F =  document.forms; for(j=0; j  i  "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.");})();

                                                                            OR 
javascript: alert(document.getElementById('Passwd').value);

No comments:

Post a Comment

Dear visitor, Please post you invaluable comment here