Information Gathering using DMitry

Deepmagic Information Gathering Tool or DMitry is a Linux Command Line Application coded in C. It has the ability to gather as much information as possible about a host. It can gather details on possible subdomains, emails, TCP port scan whois lookup etc..


DMitry comes installed in both Kali Linux and Parrot OS
It is a great tool for disclosing information from engines about the owner, and the host of a web page. This can be valuable for social engineering and other attacks, since it provides the attacker with potential points of contact.

Usage

1. Detailed scan on web page.
  dmitry google.com

2. Perform a whois lookup on the IP address of a host
  dmitry -i google.com



3. Perform a whois lookup on the domain name of a host
  dmitry -w google.com



4. Perform a search for possible subdomains
  dmitry -s google.com



4. Perform a search for possible subdomains
  dmitry -e google.com



5. Perform a TCP port scan on a host
  dmitry -p google.com

DMitry is a tool that can be used to gather information about web pages and is used extensively as it is a lightweight alternative to more advanced tools

This information is only for educational purpose and we are not responsible for any kind of illegal activity done by this tool.

Check out similar information gathering tools HERE.


Hope you have enjoyed reading this.
Leave a comment below

Comments

Popular Posts