![]() |
|
Tutorial How To Use Dmitry (İnfo Gathering Tool) - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Tutorial How To Use Dmitry (İnfo Gathering Tool) (/Thread-Tutorial-How-To-Use-Dmitry-%C4%B0nfo-Gathering-Tool) |
How To Use Dmitry (İnfo Gathering Tool) - Night Owl - 11-17-2013 First off a little background info. DMITRY aka Deep Magic Information Gathering Tool is a GNU/Linux command line application that's coded in C. It has the ability to give as much info as possible about a host. It is open source, can be used to perform Internet Number whois lookups, Possible to retrieve up time system and server data. The ability to perform SubDomain searches on a target. Perform Email search on a target, and TCP port scanning as well. (Source http://www.moh-pah.net/index.php?file=projects/dmitry ) -o allows us to specify with a given name our output the default is host.txt you could name it anything you want. -i allows us to perform a whois lookup of the IP address of a host, this tells us that if we only no the name that dmitry will find the IP for us. -w will perform a whois lookup on the domain name of a host. -n will give us Netcraft.com information on a host (if you don't know about netcraft.com then go have a look you won't be disappointed). -s performs a search for possible subdomains (www.yourexampleofanetwork.com being a top level domain and www.yoursitexample.yourexampleofanetwork.com being a subdomain.) -e will perform a search for possible email addresses. (youremail@yournetwork.com) -p will perform a TCP port scan on a host *-f will perform a TCP port scan on a host showing output reporting filtered ports (useful if there is a firewall in place) *-b will report to you a banner received from a scanned port (Note this will only work if the port sends us a banner when scanned). (This may reveal some type of software running on a given port.) *-t 0-9 is used to set the TTL in seconds when scanning the default is 2 The * means that the -p flag must also be set in order to work. Using Dimitry host ip info; dmitry -w www.google.com Host port info; dmitry -p www.google.com İf you want to get info from netcraft.com use dmitry -n www.google.com For more advanced use this dmitry -i -w -s -e www.google.com like i said -i allows us to perform a whois lookup of the IP address of a host, this tells us that if we -w will perform a whois lookup on the domain name of a host. -s performs a search for possible subdomains (www.yourexampleofanetwork.com being a top level domain and www.yoursitexample.yourexampleofanetwork.com being a subdomain.) -e will perform a search for possible email addresses. (youremail@yournetwork.com) İf you want to save the info you gather use this dmitry -w İnfo.txt www.google.com Thanks for reading this basic tutorial. RE: How To Use Dimitry (İnfo Gathering Tool) - Crypt - 11-17-2013 This is very interesting. Thank you for sharing this with us. Also, it's just Dmitry, not Dimitry ;P RE: How To Use Dmitry (İnfo Gathering Tool) - Night Owl - 11-17-2013 (11-17-2013, 02:44 AM)Crypt Wrote: This is very interesting. Thank you for sharing this with us. Also, it's just Dmitry, not Dimitry ;P Got it fixed.
|