![]() |
|
How to Reveal A Password Behind Asterisks With Javascript - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: How to Reveal A Password Behind Asterisks With Javascript (/Thread-How-to-Reveal-A-Password-Behind-Asterisks-With-Javascript) |
How to Reveal A Password Behind Asterisks With Javascript - Th3Proph3t - 12-20-2010 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 some browsers and to see the password ('Passwd') and the id of password in the source of the page must be same. For Yahoo! you must change ('Passwd') into ('passwd'). There is a lot of ways to use this practically. (RAT victims, friends log-in pages, etc.) RE: How to Reveal A Password Behind Asterisks With Javascript - eliteh4xer - 12-26-2010 @@.....i know this man...but good one..... RE: How to Reveal A Password Behind Asterisks With Javascript - xXxRay - 08-15-2011 Nice share buddy. Keep it up |