I actually went and looked at the code off of the site. From a very quick look-through1, it does not appear that it does anything malicious (like sending /etc/passwd back to the author). The only use of Socket that I saw was for doing the dns lookup, as someone mentioned.

However, the original question is vague enough to warrant a different interpretation. Perhaps instead of "send information on our server elsewhere?" the querent meant to ask "Will this information be accessible to people on the outside of our server?" If that is the real question, my best guess at the answer is "yes, just like any other web page on the server." Of course, it'd be hard to get to without knowing the exact URL, but that's just security through obscurity. Use of .htaccess (which the perl script won't interfere with) may be called for here.

1 Total Disclaimer: I only skimmed the script, and take no responsibilty if you use it and I missed something and it blows up your program, CPU, house, or fingers.

In reply to Re: monitoring a free program by amelinda
in thread monitoring a free program by Unicef2k

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.