![]() |
|
[TuT]See passwords behind stars! - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: [TuT]See passwords behind stars! (/Thread-TuT-See-passwords-behind-stars) |
RE: [TuT]See passwords behind stars! - face - 06-08-2011 thks for sharing. it is working...even in google chrome @Infinity thks for image. that gives a clear idea RE: [TuT]See passwords behind stars! - Akasasukee - 06-08-2011 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... |