You are on page 1of 1

javascript:(/* BinusHacker Tutorial By UtuH */ function(){var s,F,j,f,i; s = ""; F

= document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i)


{ if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s)
alert("Passwordnya adalah:\n\n" + s); else alert("Tidak ada password bintang
disini.");})();

You might also like