Browsing tag

SubDomain Analyzer

SubDomain Analyzer – Domain Information Gathering Tool

SubDomain Analyzer is a Python-based tool that allows you to gather detailed information about a selected domain. It gathers data from a domain by following these steps: Trying to get the zone transfer file. Gathers all information from DNS records. Analyzing the DNS records (Analyzing all IP’s addresses from DNS records and test class C […]

How To View The Details of A Domain With SubDomain Analyzer

From the following steps SubDomain-Analyzer gets data from a domain: Get the zone transfer file Gathers all the information from DNS records Analyzing DNS records Tests sub domains by dictionary attack sudo apt-get install python-dev python-pip sudo pip install -r requirements.txt easy_install prettytable Install Xcode Command Line Tool (From AppStore) sudo easy_install pip, prettytable sudo […]