8. Dmitry (Deepmagic Information Gathering Tool)

Description:

  • Dmitry is an information-gathering tool that provides data such as subdomains, email addresses, uptime, and open ports related to a domain.

Examples:

    1. Basic Host Information:
      • dmitry -i example.com

Explanation: Collects basic information (-i for whois IP lookup) about example.com.

    1. Subdomain Search:
      • dmitry -s example.com

Explanation: Searches for subdomains (-s) associated with example.com.

    1. Email Address Search:
      • dmitry -e example.com

Explanation: Searches for email addresses (-e) related to the target domain.

Scroll to Top