I have an area on my webserver that allows ananymous uploads. Today I found the following script has been uploaded:
Code: Select all
<?PHP
$pass = md5($st);
echo "$pass";
?>Many thanks,
Matthew
Moderator: General Moderators
Code: Select all
<?PHP
$pass = md5($st);
echo "$pass";
?>