How To View The Details of A Domain With SubDomain Analyzer

If you are really interested to check out sub-domains of a domain, then you can use SubDomain-Analyzer tool which will help you to analyze and get all the information of a domain. SubDomain-Analyzer tool written in Python language.

From the following steps SubDomain-Analyzer gets data from a domain:

  1. Get the zone transfer file
  2. Gathers all the information from DNS records
  3. Analyzing DNS records
  4. Tests sub domains by dictionary attack

Supporting operating systems are Windows, Linux and MacOSx

Linux Commands:

  1. sudo apt-get install python-dev python-pip
  2. sudo pip install -r requirements.txt
  3. easy_install prettytable

MacOSx Installation:

  1. Install Xcode Command Line Tool (From AppStore)
  2. sudo easy_install pip, prettytable
  3. sudo pip install -r requirements.txt

Windows Installation:

  1. Install dnspython
  2. Install gevent
  3. Install prettytable
  4. Open command prompt(cmd, Windows+R and type cmd and hit enter) as Administrator > Go to python folder > Scripts (c:Python27Scripts)
  5. pip install -r (Full path to requirements.txt)
  6. easy_install prettytable

 

Related posts

How to Improve Your Cyber Resilience by Strengthening User Privileges

The Dark Side of Viral Content: How Negative Reviews Can Snowball

Testing Gaming Monetization: Walking the Line Between Profit and Player Experience