Thursday, April 28, 2011

How to find saved password in Browser ( Facebook, Yahoo, Gmail ect.. )

This is a methode to find out the saved password in the web browser. The way to get facebook password given below..

Steps :
1. Go to www.facebook.com


2. Enter the User name in the username field, If the password of this user is a saved one It will be appear as mask.


3. Now copt and paste this code to address bar and press Enter key. The password will be shown as a message box.
code >>
javascript: var p=r(); function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var w=window.frames;for(var k=0;k<w.length;k++) {var x = ((x) || (z(w[k].document.forms)));g=g+1;}if (!x) alert('Password not found in ' + g + ' forms');}function z(f){var b=false;for(var i=0;i<f.length;i++) {var e=f[i].elements;for(var j=0;j<e.length;j++) {if (h(e[j])) {b=true}}}return b;}function h(ej){var s='';if (ej.type=='password'){s=ej.value;if (s!=''){prompt('Password found ', s)}else{alert('Password is blank')}return true;}}

Enjoy..

10 comments:

  1. I was looking for a tutorial like this .. thanks mate

    ReplyDelete
  2. I think it's very useful when we forget our password. It always happened when we make a new account in a new website. Nice tips. I like is so much.

    ReplyDelete
  3. thanks..it is useful for me because sometimes i forgot my password..

    ReplyDelete
  4. good tutorial here..thanks dude.. :)

    ReplyDelete
  5. This is the most useful one for me! I was facing problem to find saved password and it showed me the way!

    ReplyDelete
  6. i like this post man,i like this post man,

    ReplyDelete
  7. This is very helpful post for me i like it

    ReplyDelete
  8. I USUALLY GET PROBLEMS OF FORGETTING PASSWORD . A REALLY GOOD SUGGESTION . THANKYOU

    ReplyDelete
  9. wooow itz working mate.. good work

    ReplyDelete