Underc0de

Foros Generales => International forum => Mensaje iniciado por: 'or '1'=1 en Febrero 16, 2017, 07:24:23 AM

Título: Dmitrysome - Script for DMitry (Deepmagic Information Gathering Tool)
Publicado por: 'or '1'=1 en Febrero 16, 2017, 07:24:23 AM
Hello everyone ... in this night I was recon some targets using dmitry ... it's tedious cus you can't recon a lot of targets in one time, needs to be one per one, fuck that! ...

Código (bash) [Seleccionar]
echo -e ".-=~=-                                                        .-=~=-.
(__  _)-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-(__  _)
( _ __)  ____  _  _  __  ____  ____  _  _  ____   __   _  _  ____   ( _ __)
(__   ) (    \( \/ )(  )(_  _)(  _ \( \/ )/ ___) /  \ ( \/ )(  __)  (   __)
(   __) ) D (/ \/ \ )(   )(   )   / )  / \___ \(  O )/ \/ \ ) _)   (    _)
(_    ) (____/\_)(_/(__) (__) (__\_)(__/  (____/ \__/ \_)(_/(____)  (__  _)
( _ __)                                               by 0xb4dc0d3  ( _ __)
(_ ___)-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-(_ ___)
(__  _)     (_____)
(_ ___) Usage: ./dmitrysome -winsepfb -t filename.txt              (____ )
( _ __) -----------------------------------------------     (_____)
(__  _) -w ==> Whois lookup on the domain name of a host    (__ __)
( _ __) -i ==> Whois lookup on the IP address of a host     ( ____)
(_____) -n ==> Retrieve Netcraft information on a host      (_ _ _)
(_   _) -s ==> Perform a search for possible subdomains     (___  )
( _ _ ) -e ==> Perform a search for possible email address  (__  _)
(__   ) -p ==> Perform a TCP port scan on a host     (___ _)
(____ ) -f ==> Perform a TCP port scan on a host (filtered) (_____)
(__   ) -b ==> Read banners received from scanned ports     (_____)
(_    ) -t ==> Set TTL in seconds scanning TCP ports     (_    )
(     )     (__   )
(    _) /*/ Requires the -p flagged to be passed /*/     (_____)
(   __)             (_   _)
(_ ___)-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-._.-=-(_ ___)"
echo -n "Insert options => "
read parameters
echo -n "Insert TTL => "
read ttl
echo "Running script ..."
while IFS='' read -r host || [[ -n "$host" ]]; do
gnome-terminal --tab  -e "gnome-terminal --geometry=260x25-0+0 --tab -e 'dmitry -$parameters -t $ttl -o $host.txt $host'"
done < "$1"


(https://scontent.fscl7-1.fna.fbcdn.net/v/t34.0-12/16779878_598147430391063_1006638647_n.png?oh=6295987466ad9bcdd489ac0e50df082b&oe=58A7BD8A)

I'll update it ... someday /?

enjoy :)