mirror of https://github.com/xiaoqidun/shell.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
example.php | 2 years ago | |
shell.class.php | 3 years ago |
README.md
简而言之
大概是PHP最强大的SHELL执行类了
系统兼容
PHP 5.4 + (主要是用了中括号数组,改掉中括号数组可以要求更低)
使用说明
示范代码
<?php
require 'shell.class.php';
$command = "ls /";
echo shell::command($command, "echo pwd", true);
?>
example.php
这是一个使用shell.class.php实现的webshell工具,用于shell类演示。
授权说明
使用本类库你唯一需要做的就是把LICENSE文件往你用到的项目中拷贝一份。