DMitry (Deepmagic Information Gathering Tool)
DMitry (Deepmagic Information Gathering Tool) is a UNIX/(GNU)Linux Command Line Application coded in C. DMitry has the ability to gather as much information as possible about a host. Base functionality is able to gather possible subdomains, email addresses, uptime information, tcp port scan, whois lookups, and more.
The following is a list of the current features:
• An Open Source Project.
• Perform an Internet Number whois lookup.
• Retrieve possible uptime data, system and server data.
• Perform a SubDomain search on a target host.
• Perform an E-Mail address search on a target host.
• Perform a TCP Portscan on the host target.
• A Modular program allowing user specified modules
dmitry Usage Example
Run a domain whois lookup (w), an IP whois lookup (i), retrieve Netcraft info (n), search for subdomains (s), search for email addresses (e), do a TCP port scan (p), and save the output to example.txt (o) for the domain example.com:
root@kali:~# dmitry -winsepo example.txt example.com
dmitry -p 192.168.0.1
dmitry whois
dmitry -w abcd.com
dmitry ip block scan
dmitry -i 192.168.0.1
netcraft information
dmitry -n abcd.com
dmitry email search
dmitry -e abcd.com
dmitry save output information
dmitry -i 192.168.0.1 -o output.txt
No comments