Hacking to the Next LEVEL
Please Register Here to Get Full Access

Rameez Ajmeri

Join the forum, it's quick and easy

Hacking to the Next LEVEL
Please Register Here to Get Full Access

Rameez Ajmeri
Hacking to the Next LEVEL
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[TuT]See passwords behind stars!

2 posters

Go down

[TuT]See passwords behind stars! Empty [TuT]See passwords behind stars!

Post by LiF3 H4CK3R Tue Mar 08, 2011 11:20 am

Hello guys,

I am going to show you in a short tutorial how to read out a password of a web browser.

Example:

[You must be registered and logged in to see this link.]

Username: [You must be registered and logged in to see this link.]
Password: **

What's my password?

Alright, now you could read out the **-stuff with a simple javascript code.

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

All you need is to copy & paste it in the URL-address bar.
Delete [You must be registered and logged in to see this link.] and paste the code into it.

Enjoy...!!! jocolor
LiF3 H4CK3R
LiF3 H4CK3R
Rameez (ADMIN)
Rameez (ADMIN)

Posts : 36
Points : 103
Join date : 2011-01-22
Age : 35
Location : H3LL

https://alternate-reality.4umer.com

Back to top Go down

[TuT]See passwords behind stars! Empty Re: [TuT]See passwords behind stars!

Post by Crim3R Fri May 11, 2012 7:32 pm

hi thanks for the code but its not working on modems username&password page (echolife bm632w)
the password is like black dots
can u help me to see that

Crim3R

Posts : 2
Points : 2
Join date : 2012-05-11
Location : 34RTH

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum