[trick] Revealing saved password behind those ******

Status
Not open for further replies.
kushagra_krates@yahoo.com said:
well this just simple html what you are saying :D:D this tutorial i think is of no use cause nobody is going to open a saved page to enter his pass and login id
man

hy mak dat page home na..... simpl... den evry1 will be usin dat..
 

anurodhjindal

Broken In
@vaibhavtek...i am also doing in IE 6.0 but it doesn't happen anything.

I had opened Yahoo.com and there when i press Ctrl+F3 it doesn't do anything. After that i manually go into View->source and change the password field to text. But nothng happens...
 

RihanDoshi

Broken In
There's a simpler script to do reveal passwords:

Create a bookmark and give the following as the address:
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.");})();

Once the passwords are typed/auto-filled by the browser run this bookmark.
It will show all the passwords in the page.

Its Not Mine but found it somewhere , dont remember where though .
been using since a long time.

Regards,
ray
hey thanx for this nice tricky javascript
i liked it
 

vandit

In the zone
this trick will be useful if you are in a cybercafe and someone has ticked the rem. me on this comp. button.....or turned on the pass.manager..
 

siddes

Perpetual Fresh Stock
Revelation didnt work on my Mozilla FF.

As for the "trick" that the thread starter discovered, I can make out your new to HTML.

Keep exploring.
 
OP
victor_rambo

victor_rambo

हॉर्न ओके प्लीज़
Revelation didnt work on my Mozilla FF.

As for the "trick" that the thread starter discovered, I can make out your new to HTML.

Keep exploring.
lol......anybody told you that tricks need to be very very difficult to understand? :D
Everybody loses interest in the trick once the logic(however small it is) is out. So I don't blame you. :D
 

siddes

Perpetual Fresh Stock
Ok, i just checked ur posts and saw the mH CET site uv started.
Given that, ur posting the 'trick' seems weird.

Whats funnier is that u actually thought it to be a trick.
 
Status
Not open for further replies.
Top Bottom