Dmitry | Information Gathering Tool | Android 2020

Dmitry , or Deepmagic Information Gathering Tool , is a command line utility included in Kali Linux. It is designed to allow a user to collect public information about a target host. It can be used to gather a number of valuable pieces of information, such as:

  1. The whois details of a target host. This will provide information about a registered doamin, such as the name, address, and contact information of the person who registered it, and much more.
  2. The netcraft data for a target host. This can include details such as the operating system, web server release, and uptime information of a web host.
  3. A subdomain search of a target, which will locate any subdomains that exist on the main domain.
  4. A search of email addresses that exist on the domain, which will locate all email that exists on the domain.
  5. A TCP scan of the target to reveal any open ports and services running on the server
  6. You can read the banner
`root@kali:~# dmitry -h`

`Deepmagic Information Gathering Tool`

`"There be some deep magic going on"`

 

`dmitry: invalid option -- ` `'h'`

`Usage: dmitry [-winsepfb] [-t 0-9] [-o %host.txt] host`

`-o Save output to %host.txt ` `or` `to file specified by -o file`

`-i Perform a whois lookup on the IP address of a host`

`-w Perform a whois lookup on the domain name of a host`

`-n Retrieve Netcraft.com information on a host`

`-s Perform a search ` `for` `possible subdomains`

`-e Perform a search ` `for` `possible email addresses`

`-p Perform a TCP port scan on a host`

`* -f Perform a TCP port scan on a host showing output reporting filtered ports`

`* -b Read in the banner received from the scanned port`

`* -t 0-9 Set the TTL in seconds when scanning a TCP port ( Default 2 )`

`*Requires the -p flagged to be passed`

WEBSITE INFORMATION GATHERING USING DMITRY:-

  • To scan for subdomain type dmitry -s google.com

  • To extract email address from any website type dmitry -e google.com

ENJOY! :+1:

7 Likes

Thanks! Keep sharing :100:

1 Like