Here is an XML-RPC Server/Client pair with which you can trigger remote PCs to do almost anything. Anything at all for which you have written a script in advance. And almost anything which you dare to submit remotely via command line. Some example scripts (for testing & backup) are herewith provided.

All of that, plus it's encrypted. Mostly... The info-carrying method calls and data are at any rate. Not the outer TCP/IP or XML envelope tags.

Included is a port-forwarding CGI script which will allow your XML-RPC traffic slip unchallenged straight through most firewalls via HTTP on port 80 and/or enjoy full SSL encryption via HTTPS on port 433.

Fair warning, though. It's an all-powerful sledgehammer of potential self-destruction. Not in itself, but for the opportunities it opens up to you as the (mis-)user. Any accidents you cause shall be your own. Enough said...

Download link to script with examples


In reply to XML-RPC Server and GUI-Client Pair with Encryption by aplonis

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.