Jterm 0.0.1 review
DownloadJterm is a package composed of a java applet and a tiny dedicated webserver that allow you to execute a shell in canonical mode throu
|
|
Jterm is a package composed of a java applet and a tiny dedicated webserver that allow you to execute a shell in canonical mode through standard HTTP requests and replies.
Jterm is composed of two main components:
1) The applet (Jterm.class) hosted on www.your-site.com but executed
inside the local network
2) The server (termserv.exe) executed on www.your-site.com
GENERAL SEQUENCE OF THE CONNECTION
Local network www.your-site.com
browser------------------------------------------->download_applet
e.g. on port 80
execute_applet---http_request------------------------->contact_termserv
e.g. on port 1042
type_command----http_request------------------------->termserv_launch
(canonical mode) command_and_queue
result
display_it
Jterm 0.0.1 search tags