![]() |
|
How to reveal Password in a HTML Log In Page - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Tutorials (https://sinister.li/Forum-Tutorials) +--- Thread: How to reveal Password in a HTML Log In Page (/Thread-How-to-reveal-Password-in-a-HTML-Log-In-Page) |
How to reveal Password in a HTML Log In Page - compfixing - 12-20-2012 Hi guys, today I'll be showing you guys how to reveal a facebook's password. This tutorial is for beginners only, so please forgive me if you are not a beginner! I might make an advanced tutorial later time. Sometimes your friends forget their pass in your PC, you can use this method to reveal their pass easily! You can also play a bet with them, they probably won't believe that you can read their password while it's showing only ******* on the screen. Ok, to begin this- click here www.facebook.com Let's pretend our password is 123456 This is what you see now ****** right? Okay, highlight it and right click on it then choose inspect element. Done? Look at this HTML tag below.. Code: <input type="password" class="inputtext -cx-PRIVATE-loginForm__roundedField" id="pass" name="pass" placeholder="" tabindex="2" value="Password" aria-label="Password">You see <input type="password" ???? double click on "password" and replace it with "text" Now the little stars have been revealed. Congratulation! You are done. If you can't do it, don't hesitate to PM me.
How to reveal Password in a HTML Log In Page - compfixing - 12-20-2012 Hi guys, today I'll be showing you guys how to reveal a facebook's password. This tutorial is for beginners only, so please forgive me if you are not a beginner! I might make an advanced tutorial later time. Sometimes your friends forget their pass in your PC, you can use this method to reveal their pass easily! You can also play a bet with them, they probably won't believe that you can read their password while it's showing only ******* on the screen. Ok, to begin this- click here www.facebook.com Let's pretend our password is 123456 This is what you see now ****** right? Okay, highlight it and right click on it then choose inspect element. Done? Look at this HTML tag below.. Code: <input type="password" class="inputtext -cx-PRIVATE-loginForm__roundedField" id="pass" name="pass" placeholder="" tabindex="2" value="Password" aria-label="Password">You see <input type="password" ???? double click on "password" and replace it with "text" Now the little stars have been revealed. Congratulation! You are done. If you can't do it, don't hesitate to PM me.
How to reveal Password in a HTML Log In Page - compfixing - 12-20-2012 Hi guys, today I'll be showing you guys how to reveal a facebook's password. This tutorial is for beginners only, so please forgive me if you are not a beginner! I might make an advanced tutorial later time. Sometimes your friends forget their pass in your PC, you can use this method to reveal their pass easily! You can also play a bet with them, they probably won't believe that you can read their password while it's showing only ******* on the screen. Ok, to begin this- click here www.facebook.com Let's pretend our password is 123456 This is what you see now ****** right? Okay, highlight it and right click on it then choose inspect element. Done? Look at this HTML tag below.. Code: <input type="password" class="inputtext -cx-PRIVATE-loginForm__roundedField" id="pass" name="pass" placeholder="" tabindex="2" value="Password" aria-label="Password">You see <input type="password" ???? double click on "password" and replace it with "text" Now the little stars have been revealed. Congratulation! You are done. If you can't do it, don't hesitate to PM me.
RE: How to reveal a Facebook's Password - Techie - 12-20-2012 It's working, nice tutorial
RE: How to reveal a Facebook's Password - Techie - 12-20-2012 It's working, nice tutorial
RE: How to reveal a Facebook's Password - compfixing - 12-20-2012 You are welcome guys. ![]() A lot more tutorials for beginners are coming up soon. RE: How to reveal a Facebook's Password - AVIREX - 12-20-2012 it's simple, but still funny to prank friends with this
RE: How to reveal a Facebook's Password - AVIREX - 12-20-2012 it's simple, but still funny to prank friends with this
RE: How to reveal a Facebook's Password - LightX - 12-21-2012 (12-21-2012, 03:17 AM)forg10 Wrote: Is it normal that I don't get the ''inspect element'' button when I right click :$ ??? No. What browser are you using? RE: How to reveal a Facebook's Password - LightX - 12-21-2012 (12-21-2012, 03:17 AM)forg10 Wrote: Is it normal that I don't get the ''inspect element'' button when I right click :$ ??? No. What browser are you using? |