I have tried to contact the Geektools whois proxy authors through a form submission on their web site (http://www.geektools.com/comments.php) regarding some improvements (in my opinion, anyway) I'd like to contribute to their whois proxy script.

Currently (as of revision 3.1.5), their Perl, web-based whois proxy script is vulnerable to cross-site scripting attacks implemented by embedding html or javascritpt in whois-served domain contact data. The proxy happily displays the html/javascript unescaped.

My solution was to build an option in their proxy.cgi script which uses HTML::Filter to filter out specific HTML tags before displaying the whois information.

We will be deploying this solution on our local installations of the whois proxy script. Their code suggests they'd rather receive patches than complaints about their code. I'd like to submit a patch for this fix, as well as possible future patches to generally clean up the code and make it easier to modify and maintain. But I never heard anything back from them when I submitted comments on their web site.

Does anyone have any better contact information for the fine folks over at Geektools?

Thanks!

Alan


In reply to Geektools whois proxy by ferrency

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.