| DEVPPL http://www.devppl.com/forum/ |
|
| send d input email ad and password to your email in a click http://www.devppl.com/forum/viewtopic.php?f=51&t=13716 |
Page 1 of 1 |
| Author: | chubzyko [ Mon Jun 22, 2009 12:10 pm ] |
| Post subject: | send d input email ad and password to your email in a click |
it's been a year since I stopped playing with html. I got here an easy problem but 'cant figure out how to to solve it. I want to hack someone's friendster account, I just wanna see her private pictures and use it to impress her. These are the important part of the codes I found in friendster's log in form. <! EMAIL ADDRESS ********************************> <tr> <td style="text-align:right !important;color:#fff"><strong>Email:</strong></td> <td><input type="text" name="email" maxlength="100" alt="Email Address" style="width: 150px !important;"></td> </tr> <! PASSWORD***************> <tr> <td style="text-align:right !important;color:#fff"><strong>Password:</strong></td> <td><input type="password" name="password" maxlength="10" onkeypress="submitLogin()" style="width: 150px !important;"></td> </tr> <tr> <td></td> <!**************************************> <! LOGIN BUTTON *************************************> <td valign="bottom"><div class="loginButton clearFix"> <div class="clearfix"><a href="http://www.google.com" class="greyButton" onclick="document.login_form.submit()"><span>Log In</span></a></div> <input type="submit" style="display:none"> </div></td> </tr> <!********************************************> if you wanna see the whole html code of friendster, just go to its site. anyway, I just wanna send the email and password that she's going to input in that form and send it to my email once she hit the Login button. tnx in advance! |
|
| Author: | dflynn [ Wed Jul 01, 2009 9:43 pm ] |
| Post subject: | Re: send d input email ad and password to your email in a click |
As far as I'm concerned, we don't support hacking here for any other purpose than learning to protect your own site, which you clearly aren't doing... |
|
| Page 1 of 1 | All times are UTC + 1 hour |
| Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |
|