vendredi 25 juin 2010

get password from url using javascript :p

Hello here how to get a password using javascript :
1.our example is www.facebook.com

2. press "ctrl +u" (in firefox) to get the html source code of the site :

3.press ctrl+f to start the search and write: type="password" and get the id name ;
see the picutre below .

4. finnaly we have the id name of the input password we write in the url :
javascript:alert(document.getElementById('pass').value)



and a alert will show your password :p.

you can begin your first step in js hack here.

presented by volvo14.

1 commentaire:

  1. For a good begin in JS Hack you can begin your first step here http://www.iexploit.org/ .

    RépondreSupprimer