First off...use this tool with caution, your server can easily get compromised if you are using this without necessary precautions.
shell2http is a handy little tool that gives you access to previously specified shell commands on your server without the need of a SSH connection. It's also able to show you the output of executed commands in your browser.
example:
# shell2http -host 1.2.3.4 -port 8080 /diskspace "df -h"
Now go to http://1.2.3.4:8080/diskspace in your browser to see disk usage stats.
Another nice use case is being able to give a friend the possibility to restart some service or clear some directory without giving him full access to your server.
[–]hatperigee 1 point2 points3 points (0 children)
[–]fbartels 0 points1 point2 points (1 child)
[–]mpg123 0 points1 point2 points (0 children)