The strange thing on it that I have deleted them all and noticed that its created back very fast.
Second thing is that it is 0 byte file - nothing in it.
PHP Code:
0 -rw------- 1 nobody nobody 0 Jan 11 15:41 cdk76JBx8
0 -rw------- 1 nobody nobody 0 Jan 11 15:41 cdk8FTD1B
0 -rw------- 1 nobody nobody 0 Jan 11 15:41 cdkboDfEU
0 -rw------- 1 nobody nobody 0 Jan 11 15:41 cdkbPKd1T
0 -rw------- 1 nobody nobody 0 Jan 11 15:41 cdkjLLd0n
0 -rw------- 1 nobody nobody 0 Jan 11 15:41 cdkkvG4CM
0 -rw------- 1 nobody nobody 0 Jan 11 15:41 cdkMyLUmd
0 -rw------- 1 nobody nobody 0 Jan 11 15:41 cdktVXAZT
Some files are 160 byte which having this code:
PHP Code:
<?php
require_once ('mysql.inc.php');
require_once ('getlang.php');
session_start();
$time_start = getmicrotime();
require_once ('functions.admin.php');
require_once ('upload.inc.php');
include_once ('templates/footer.html');
$time_end = getmicrotime();
ob_end_flush();
?>
I tried to find some of the code in /home
PHP Code:
find -type f -name '*.*' -exec grep -s getmicrotime() {} \; -print |more
and I got this result:
PHP Code:
$lasttime=getmicrotime()-0.9;
$currenttime=getmicrotime();
./xxxx/public_html/OLD_site/ibr/getroommsgs.php
$timestm=getmicrotime();
./xxxx/public_html/OLD_site/ibr/band4ever.php
{ $timestm=getmicrotime();
./xxxx/public_html/OLD_site/ibr/sendmsgtoroom.php
function getmicrotime(){
./xxxx/public_html/OLD_site/ibr/func.php
$timestm=getmicrotime();
./xxxx/public_html/OLD_site/ibr/bandtmp.php
$this->TimeStart = getmicrotime();
$this->TimeTotal = @round(getmicrotime() - $this->TimeStart,4);
function getmicrotime()
./xxxx/public_html/up/so.php
if (!function_exists("getmicrotime")) {function getmicrotime() {list($usec, $sec) = explode(" ", microtime()); return ((float)$use
c + (float)$sec);}}
define("starttime",getmicrotime());
$ftpquick_st = getmicrotime();
$ftpquick_t = round(getmicrotime()-$ftpquick_st,4);
$searchtime = getmicrotime();
$searchtime = round(getmicrotime()-$searchtime,4);
$st = getmicrotime();
$dt = round(getmicrotime()-$st,4);
<br><TABLE style="BORDER-COLLAPSE: collapse" height=1 cellSpacing=0 borderColorDark=#666666 cellPadding=0 width="100%" bgColor=#333333 borderColorLight=#c0c0c0
border=1><tr><td width="990" height="1" valign="top"><p align="center"><b>--[ c99shell v. <?php echo $shver; ?> <a href="<?php echo $surl; ?>act=about"><u><b>po
wered by</b></u></a> Captain Crunch Security Team | <a href="http://ccteam.ru"><font color="#FF0000">http://ccteam.ru</font></a><font color="#FF0000"></font> |
Generation time: <?php echo round(getmicrotime()-starttime,4); ?> ]--</b></p></td></tr></table>
./xxxx/public_html/up/dr.php.3gp
Which is somehow a shell is upladed -- >> dr.php.3gp
But till now I did not find any shell uploaded.
If it not that important, why /tmp is getting full within 2 days?
Then MySql stops working and creating many issues.
thanks for your reply HelloAdam 
Any other commets on this guys?