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:
- 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: