This tutorial is for educational purpose only.
There is just a javascript code for that which will show password of a page.
How to use?
There is just a javascript code for that which will show password of a page.
How to use?
- Copy the below code:
(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 [Hackalone.com]:\n\n" + s); else alert("There are no passwords in forms on this page [Hackalone.com].");})(); - Now go to the page that is containing password.
- Type javascript: then paste the copied code.[Dont give space after javascript:]
- Hit enter and a pop-up alert will come containing the password of that page.
Enjoy...
Now, this work with any version. Tested with chrome and firefox... .

iTsArticles | Articles,Tricks & Tips,Hacking,Downloads,Videos,Musics,Cool Pics,Live Tv And Much More!!
Rating: 4.5
iTsArticles.co.cc





0 comments:
Post a Comment
Any Comments For This Post And Any Ques? Comment Here!