Unknown script...
Posted: Sat Nov 01, 2003 2:26 am
I've only just recently installed support for php to my webserver, and I'm a total newbie to php, so please forgive me if this question is a bit stupid.
I have an area on my webserver that allows ananymous uploads. Today I found the following script has been uploaded:
Does this pose any security risk to my server? I know the script has been run, and I get the feeling it might be be doing something such as giving away my admin password. Can anyone shed any light?
Many thanks,
Matthew
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