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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.