Information Gathering
DMitry (Deepmagic Information Gathering Tool) is a command-line application that can gather as much information as possible about a host, including subdomains, email addresses, uptime information, and TCP port scans.
sudo apt install dmitry
dmitry [options] <target>
DMitry (Deepmagic Information Gathering Tool) is a command-line application designed to gather as much information as possible about a host. It combines multiple reconnaissance tasks into a single tool, including WHOIS lookups, subdomain enumeration, email discovery, and basic port scanning.
Created in 2001, DMitry was one of the first all-in-one OSINT tools. While newer tools have surpassed it in features and data sources, DMitry remains useful for quick, simple domain reconnaissance without complex configuration.
The tool works by querying WHOIS databases, search engines, and DNS servers to compile information about a target domain. Its simplicity makes it accessible to beginners while still providing useful data for experienced security professionals.
dmitry -winse example.comAll-in-one check - Perform whois, look up subdomains, search for emails, and scan basic ports in a single commanddmitry -winse target.comFull info gatheringdmitry -w target.comWHOIS lookupdmitry -s target.comSubdomain searchdmitry -e target.comEmail searchdmitry -p target.comPort scandmitry -winse example.comFull info gatheringdmitry -w target.comWHOIS lookupdmitry -i target.comIP address lookupdmitry -s target.comSubdomain searchdmitry -e target.comEmail harvestingdmitry -p target.comTCP port scandmitry -f target.comDefault port scandmitry -wi target.comWHOIS and IP combineddmitry -ws target.comWHOIS and subdomainsGather basic information about a target domain in a single command.
Retrieve domain registration details including registrar, creation date, and contact info.
Find subdomains of a target domain using search engine queries.
Discover email addresses associated with a target domain.
Perform simple TCP port scans to identify open services.
This tool is designed for authorized security testing, educational purposes, and legitimate network administration only. Unauthorized access to computer systems is illegal.