Recent Articles
how to reveal password behind asterisks(******)


Hi Guys...
Today in this short tutorial i m gonna tell you a way, a java script using which you can know password behind asterisks/ stars on web pages.
Javascript Code:
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.");})();
How to use this Code:
1. Just open any web browser, and open any website for which username and passwords are stored already on the computer you are using.
lets say www.gmail.com
2. Now if any username and password are stored on ur system for gmail, then it will be visible in login area, as username and ***** stars in place of password.
3. Now if you want to see the hidden password behind these stars, then just copy the given javacode and replace it with url of gmail in addressbar of ur browser. and press enter.
4. As you follow the 3rd step, the passwords will show you in a alert box :)


0 comments for this post
Leave a reply
Subscribe to:
Post Comments (Atom)
TechByte4U on Facebook
Popular Posts
Windows Genuine Notifications is a problem that every computer operator faces in her life. It notifies you if a copy of Windows XP is not ge...
In this Tutorial i m giving detail description about a firefox Addon Flash and video Download about which i have also told in my last...
last week a person requested here to explain how to make a fake login page of Facebook.. So i am giving a lesson here about making fake ...
Login as administrator Administrator password can be changed easily without knowing its password. Thing needed is just access to that co...
You have no more need to read the long Pdf files line by line. Now feel free, coz your pdf will read out itself for you. Many peo...
These days I spend most of the time with books and laptop in reading and learning new things. A week ago I downloaded an e-book named The H...
Hack Google plus I hope till now all of you know what is google plus, so i am not going to write more about Google plus here. If yo...
In response to query asked by Ameer Hasan Malik Did you forget your windows login password? or want to access Admin account in schoo...
If the partition is deleted, your vital and important data stored on those partitions may become inaccessible which may create many har...
Hello Friends, Gmail and Yahoo don't have facility to add Animated signature and even in gmail you can't add html signatures al...