shellserver
1.0.0
Shellserver هو خادم لتنفيذ أمر Shell عبر طلب HTTP. مع ذلك ، يمكنك تشغيل جهاز الكمبيوتر عن بُعد مثل الكمبيوتر المحلي.
git clone https://github.com/smallmuou/shellserver
cd shellserver
./startup 1234ملاحظة: المنفذ الافتراضي هو 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 '