Performing deep magic with DMitry
The Deepmagic Information Gathering Tool (DMitry) is a command-line tool open source application coded in C. It has the capability of gathering subdomains, email addresses, whois info, and so on, about a target.
How to do it...
To learn about DMitry, follow the given steps:
- We use a simple command:
dmitry -h
The following screenshot shows the output of the preceding command:
![](https://static.packt-cdn.com/products/9781787121829/graphics/a788bb76-de26-4336-90a2-5e4f008bdeed.png)
- Next, we try performing an email, whois, TCP port scan, and subdomain search by using the following:
dmitry -s -e -w -p domain.com
The following screenshot shows the output of the preceding command:
![](https://static.packt-cdn.com/products/9781787121829/graphics/8f1bfacb-95a1-4abe-8046-f7caf2a1952b.png)