shellserver
1.0.0
ShellServer是通过HTTP请求执行Shell命令的服务器。有了它,您可以像本地PC一样操作远程PC。
git clone https://github.com/smallmuou/shellserver
cd shellserver
./startup 1234PS:默认端口为8000
curl -X POST http://serverip:port/cgi-bin/cmd.cgi -d ' your shell cmd ' curl -X POST http://localhost:1234/cgi-bin/cmd.cgi -d ' ls '
curl -X POST http://localhost:1234/cgi-bin/cmd.cgi -d ' top '