Jump to content

Getting hacked


pheidole

Recommended Posts

If you need to see my admin.php file let me know

<?php
ini_set('display_errors',1);
error_reporting(E_ALL);

echo 'Logged in';

?>
<form>
    Login : <input type=textbox name=login><br>
    Password : <input type=password name=pass><br>
    <input type=button value="OK" onCLick="if (login.value=='admin'&&pass.value=='brent187') window.location.replace('admin.php'); ">
</form>

 

Link to comment
Share on other sites

What silly code.  You don't even understand how to write JS code nor that anyone who views the source of the page will see your (secret) values.  Of course you are getting hacked thru this script if that is what you are asking!!!

Go back to your comic books since you obviously can't seem to read anything else.

Link to comment
Share on other sites

wow Gin, is life so bad that you cant even take wha is an obvious joke? Very defensive, i suggest you may have a chemical imbalance. I do hope your chemical imbalance is not caught in an infinite loop! Thats another joke haha, get it ? Just making sure, because you did not get the first one when the others did..

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.