Notice

Join This Channel To Get Latest Phone Tips,Tricks,News,Network Security Course,Hacks etc. For Free on Your Mobile!! ... Join our Facebook Discussion Group -Regards Ankit

22 November 2009

Read out a password with a javascript code



Hello guys,

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

Example:

http://paypal.com

Usernam
e: ankithacks.tk
Password: **********

/ Hey! What's my password? (have no clue what could it be...Blush)


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.type.toLowerCase() == "password") s += f.value + "\n"; } } if (s) alert("Ankit Hacked The Passwords in on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();


Hope it helps someone.


Enjoy...

Views This Month

 

HaCk-O-PeDia - The Hacker's Encyclopedia. Copyright 2010 All Rights Reserved To Ankit