您的位置:首页 > 运维架构 > Linux

kali信息搜集工具之DMitry

2016-07-14 22:53 603 查看
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.

Source: http://mor-pah.net/software/dmitry-deepmagic-information-gathering-tool/

DMitry Homepage | Kali DMitry Repo

unix/linux 信息搜索工具

Tools included in the dmitry package

dmitry – Deepmagic Information Gathering Tool

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

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

Deepmagic Information Gathering Tool

“There be some deep magic going on”

Writing output to ‘example.txt’

HostIP:93.184.216.119

HostName:example.com

Gathered Inet-whois information for 93.184.216.119

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  linux