Thanks for the link Blake. DNS Bajaj is pretty cool. Unfortunately the source seems to be missing from the dl dir, I'd like to take a look at it and maybe extend it - some mx and other lookups would round it out a bit.

I'm working on a gui frontend for this and some other snippets of similar code in tk. Perhaps called hostfe to do mx, ns lookups on multiple domains and reverse for a whole class C, and perhaps whois functionality - although whois can be pretty variable. *nix doesnt seem to have a Sam Spade equivalent. Id also like the mx checker to check for telnet/netcat to port 25 style banner checking and perhaps pop/110 banners

I think theres lots of room for a comprehensive reconisance tool for linux - think a tool that does all the functions discussed in Hacking Linux Exposed chapter 3 - mapping the network, also providing a command line interface to netcraft ( http://uptime.netcraft.com ) would be worth while.

Does anyone know a GPL project in perl doing stuff like this? If so i would like to get involved - otherwise I think i'll work on it myself (slowly :)


In reply to Re: Re: DNS MX checking by htaccess
in thread DNS MX checking by htaccess

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.