LittleDemon WebShell


Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64
Path : /var/log/spamavoid/
File Upload :
Command :
Current File : //var/log/spamavoid/php_execution_block.php

<?php
$php_file_path = $_SERVER['SCRIPT_FILENAME'];
$php_file_array = explode("/",$php_file_path);
$php_blacklist_array = array('uploads','upload','images','image','css','apikey','.well-known','cgi-bin');

//$php_whitelist_array = array('wp-tinymce.php','captions.php');

$hr_pac_result=array_intersect($php_file_array,$php_blacklist_array);

//$hr_whitelist_result=array_intersect($php_file_array,$php_whitelist_array);

if(count($hr_pac_result) > 0){
	//if(empty($hr_whitelist_result)){	
        $fp = fopen('/var/log/spamavoid/php_execution_block.log', 'a');
        fwrite($fp, $php_file_path."\n");
        fclose($fp);
        exit;
	//}
}
?>

LittleDemon - FACEBOOK
[ KELUAR ]