Download latest version

Student Ambassadors

Knowing the password behind **** in browser



Want to Reveal the Passwords Hidden Behind Asterisk (****) ?


Follow the steps given below-

1) Open the Login Page of any website. (eg. http://mail.yahoo.com)

2) Type your 'Username' and 'Password'.

3) Copy and paste the JavaScript code given below into your browser's address bar and press 'Enter'.

javascript: alert(document.getElementById('Passwd').value);

4) As soon as you press 'Enter', A window pops up showing Password typed by you..!


Note :- This trick may not be working with firefox.

Using inspect element option in chrome

This tutorial will teach you to reveal password characters (asterisks) from a web input form with Google Chrome Developer Tools. This is a very simple hack with Google Chrome don't freak out this is so easy.

Introduction.

. In HTML forms are used to pass data to a script which use these data to do something with them.

 This is a basic syntax of these forms.
ex.


<form action="#" method="post">
 (Opening a form tag)
<input type="text" name="something" />
Username (A Label to this input let's say Username)
<input type="password" name="something else" />
Password (A second label for the second input of this form)
</form>
 (Closing the form tag)




. Basically text type and password type differs only in masking the Characters with bullets or NOT!<



#Note!# Assuming that you're browsing with Google Chrome right now. #Note!#

1. Fill above an input (password) form or fill this as an example.
2. Just Do a left click above the input (type="password") element you want to reveal.
3. Click Inspect Element.
4. Now look at the bottom of Google Chrome (where developer tool showed up) and find the marked input element you tried to inspect.
5. Double Click on type="password" and change it to "text"
6. Hit Enter! You're Done! Check above in the page the password is revealed!!!


0 comments:

Post a Comment

Powered by Blogger.

visitors

CAUTION

ALL THE TRICKS ARE FOR EDUCATIONAL PURPOSE. OWNER AND THIS BLOG WILL NOT BE RESPONSIBLE FOR ANY MISUSE OF THE TRICKS OF THIS BLOG.