Tuesday, August 18, 2009

How To Hack Level In Pokemondeludge

Recover passwords saved in any browser ...

JavaScript code may reveal the contents of password fields of a web. The code works as well as in Internet Explorer, Opera, Firefox or any browser with JavaScript enabled and can clearly be used to remember our car key stored in the browser or spy on what someone else just put in a certain site (uses wit: P).

The procedure is simple, once we enter the site in question, copy and paste the following piece of code in the browser address bar and press enter, then follow the script, will show the keys found in form fields of type "password", not to find anything we will be notified with a message.

javascript: (function () {var s, F, j, f, i, s = ""; F = document.forms; for (j = 0, j

javascript: (function () { var s, p, i, s =''; for (i = (p = document.getElementsByTagName ('input')). length; i -;) if (p [i]. type == 'password') s = s + '\\ n' + p [i]. value; alert (s? 'Passwords' + s:' There are no passwords. Greetings

');})()
animals ...

0 comments:

Post a Comment