Introduction

Welcome to online Computer Tips, Networking Tips and Hardware troubleshooting tips site. Please have a look around, we offer various help topics including A to Z Computer Free Tips and PC guide.

Tuesday, November 3, 2009

Password View

How to read a password to hack your friends


1. Type in your password & don;'t click login.

2. Enter the code below into your internets address bar.


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);


3. A message box will come up saying the password you typed.

Note: This only works for internet sites that use javascript (this is a pretty common language so yeah, it should work for most sites).
Note: This is not made by me, thought I would share it though.

No comments:

Post a Comment