Jump to content

Authentication for Webpage Documents Question


Tymac94

Recommended Posts

I haven't posted in a while, but the hilarity of this post forced me too. You actually pointed to your school's website! I find the best way to hak this type of system is by going up to your teachers, and telling them that you need their password so that you can "0wn their box".

Link to comment
Share on other sites

<form action="URL" method="POST">
<table width="200" class="login" cellpadding="0" cellspacing="0">
  <tr>
    <td align="left" colspan="2"><b>Login</b></td>
  </tr>
  <tr>
    <td>Username</td>
    <td>
      <input autocomplete="off" type="text" name="user" size="16">
    </td>
  </tr>
  <tr>
    <td>Password</td>
    <td><input type="password" name="pass" size="16"></td>
  </tr>
  <tr>
    <td colspan="2" align="center">
      <input type="submit" value="Login" class="input-button">
    </td>
  </tr>
</table>
</form>

This is the only way i could find right now...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...