How to Use DMitry Tool to Gather Information on Kali Linux

Dolyetyus

Co Admin
21 Nis 2020
1,207
667
Delft
Welcome Turk Hack Team Members,

To hack a website, we need to know about the website first. Today I’ll explain a tool to gather website information named DMitry. Let’s get started:

CAUTION: We’re sharing this only for educational purposes. Turk Hack Team is not responsible for any unethical behavior.

Table of Contents

  • What is DMitry
  • DMitry Options
  • Example 1: Find Possible Subdomains
  • Example 2: Port Scan
  • Example 3: All Possible Info


What is DMitry

DMitry (Deepmagic Information Gathering Tool) is a UNIX/(GNU) Linux Command Line program to gather as much information as possible.

It is able to gather possible subdomains, TCP port scan, email addresses, uptime information, whois lookups and more.


DMitry Options

To see all available options of DMitry, open the command line, type dmitry and then hit enter to all options.

dmitry-options.png



Example 1: Find Possible Subdomains

In this step, we’ll try to get all possibles subdomains of a website. The syntax:

# without saving data
dmitry -s DOMAIN_NAME

# with saving data
dmitry -s -o info.txt DOMAIN_NAME


Have a look at the results:

dmitry-find-subdomains.png



Example 2: Port Scan

We’re going to see the way to scan ports using DMitry. The syntax:

# without saving data
dmitry -pb DOMAIN_NAME

# with saving data
dmitry -pb -o info.txt DOMAIN_NAME



Example 3: All Possible Info

In this step, we’ll try to get all possible info using DMitry. The syntax:

# without saving data
dmitry -winsepo DOMAIN_NAME

# with saving data
dmitry -winsepo -o info.txt DOMAIN_NAME


The winsepo means 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 info.txt (o) of the targeted website.

//Quoted. Thanks for reading.
 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.