The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thirteen Years of Service
Posts: 8
Threads: 0
RE: [TuT]See passwords behind stars! 06-08-2011, 07:56 AM
#21
thks for sharing. it is working...even in google chrome
@
Infinity thks for image. that gives a clear idea
•
Thirteen Years of Service
Posts: 22
Threads: 5
RE: [TuT]See passwords behind stars! 06-08-2011, 11:36 AM
#22
When I past "
javascript

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("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})(); "
in the url, a white page is open whith "#" in...
•
Users browsing this thread: