5
2 Comments

DNS tool created. What do you think?

In an attempt to consolidate the amount of tools used to check information about a domain, http://www.mydomaininfo.com was created. Really enjoyed building tool, kept it minimal, and is useful for the type of troubleshooting I do on a day to day basis.

There are a couple of things I would like to add like checking for CNAME and updating the layout of the site. Would like to see what others think about the tool. Any recommendations on design or functioanly. Also, it's not meant to be a side business, just a fun project completed this past weekend, however, would like to hear any potential ideas to monetize site.

  1. 2

    This can be usefull in web app sec, but it lack functionality like:

    • remote ip check,
    • check BIND 9 exploit,
    • dictionary/bruteforce sub domains,
    • WHOIS is good to get the name to make a shodan dork,
    • port enumeration (like a web app nmap) with server enumaration and maybe a print screen/log of the verbos.
      Put all this in an API and you have something powerful.
    1. 2

      Interesting. I hadn't thought about building it into an API service. I would definitely consider that after refining the project a bit more. (currently having issues with whois retrieval on some domains).

      Also, I really like the functionalities you mentioned.
      I just added the remote ip check you suggested. Thanks.