shellserver
1.0.0
ShellServer es un servidor para ejecutar el comando shell a través de la solicitud HTTP. Con él, puede operar PC remota como PC local.
git clone https://github.com/smallmuou/shellserver
cd shellserver
./startup 1234PD: el puerto predeterminado es 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 '