Syntax-K

Know-How für Ihr Projekt

Perl Documentation

demo/webshell - pure-HTML web shell

This plugin creates an interactive shell prompt using nothing but plain HTML, thus it should be compatible with about any device that is able to display HTML.

Note that the shell process runs with the same privileges as the AxKit2 daemon. You must protect it with authentication, and only trusted users should be allowed to access it. Even then, unless you provide an SSL connection, quite sensitive data might be transmitted in clear text, so any productive usage is strongly discouraged.

On the other hand, this module is a good demonstration on how to asynchronously handle long-running subprocesses.