This is script coded for FUN. You can get information in the hidden fields of web pages.
1 2 3 4 5 6 7 8 9 10 11 | // First type somthing in password field.
// Now without signing in or hitting enter.
// Copy and paste corresponding codes in address bar.
// HIT ENTER.
// Enjoy the magik ;)
//gmail:
javascript:alert(document.getElementById('Passwd').value)
//yahoomail:
javascript:alert(document.getElementById('passwd').value)
|
You could have written at least something more generic. Par example: enumerate through all the form fields and their children, check if type is set (for input fields) and if type password, then alert it.
@Marius Ghita. Thanks for the comment and code. But I wanted to keep it very very simple.
i dont no how to know yahoomail passsword