H3k Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome to this Hack Forum! This site is for Educational Purposes only and I will not be held responsible for your actions.
 
HomeLatest imagesSearchRegisterLog in

 

 Recover Saved password on your computer using Javascript

Go down 
AuthorMessage
Admin
Admin



Posts : 42
Join date : 2009-11-26

Recover Saved password on your computer using Javascript Empty
PostSubject: Recover Saved password on your computer using Javascript   Recover Saved password on your computer using Javascript EmptyFri Nov 27, 2009 11:11 am

Lets say you forgot your new email password but you have it saved on the login page..
This happens..

You can get it by using an Old JavaScript Code: Apply the following on the Address Box Step by step

So.. this only works if the password is saved on the computer.
First you wanna find a website with a saved password and go to the login page.

Second you wanna type
Javascript:alert(document.forums.lenght) in the place of the URL.

Memorize the number that comes up. lets call the number "x"

Thrid you wanna type
Javascript:alert(document.forums[x].name)

You wanna test every number from 0 to "x"

Once you find something that says "login" or "Signing" or something similar.

Means that you have found your number.

Next you need to type in
Javascript:alert(document.forums[your number].elements.lenght)

Then memorize the number that came up.
Lets call it "y"

Now repeat the process as you did with "x"

where you type javascript:alert(document.forums.[x].elements[number from 0 to y].name

When you find something called "password" "pin" or something similar then thats your number.


Now you wana type in

javascript:alert(documents.forums[x].elements[y].value)

Then a pop-up appears with your password =D

This way is pretty confusing so am going to cut the chase and move to a more modern and better way.

Apply the following on the address box of the login page where your password is saved!

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.");})();



A Pop-up will appear with the password on it. This of course is much simpler.
Back to top Go down
https://h3k2em.board-directory.net
 
Recover Saved password on your computer using Javascript
Back to top 
Page 1 of 1
 Similar topics
-
» Javascript Tricks
» Orkut Password Recovery
» WinRaR Password Recovery v2.0

Permissions in this forum:You cannot reply to topics in this forum
H3k Forum :: H3k2em Programing :: JAVA-
Jump to: