From f8bde4fa362ecb01b619db3ec89bec45c090405c Mon Sep 17 00:00:00 2001 From: Giga1699 Date: Fri, 7 Feb 2014 09:59:04 -0500 Subject: [PATCH] Added dmitry --- tools/dmitry.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tools/dmitry.md diff --git a/tools/dmitry.md b/tools/dmitry.md new file mode 100644 index 0000000..488f2d9 --- /dev/null +++ b/tools/dmitry.md @@ -0,0 +1,30 @@ +# dmitry + +Notes +------- + +Help Text +------- +``` +Deepmagic Information Gathering Tool +"There be some deep magic going on" + +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 +``` + +Example Usage +------- + +Links +-------