Thursday 26 September 2013

0

Trick to login to Facebook by typing your password into the e-mail field and typing your e-mail in the password field !!



When you rightclick and inspect element on the email field,
you'll see this
Email or Phone

<br></br>
<input class="input" type="text" value="" name="email" autocapitalize="off" autocorrect="off"></input>

And on password you'll see this
Password

<br></br>
<input class="input" type="password" name="pass" autocapitalize="off" autocorrect="off"></input>

So what you have to do is,
just type the opposite of each other.
You must have this now:
Email or Phone

<br></br>
<input class="input" type="password" value="" name="pass" autocapitalize="off" autocorrect="off"></input>

And for password this:
Password

<br></br>
<input class="input" type="text" name="email" autocapitalize="off" autocorrect="off"></input>

Done!
Now type your password into the e-mail field and
type your e-mail in the password field and click login
That's all

0 comments: