mirror of
https://github.com/AnLoMinus/Diablo.git
synced 2026-02-12 14:02:47 +00:00
Update Diablo
This commit is contained in:
10
Diablo
10
Diablo
@@ -218,7 +218,7 @@ MainMenu(){
|
||||
|
||||
${BBlue}[${BRed}#${BBlue}] 📜 Target IP: ${BRed}${targetIP}
|
||||
${BBlue}[${BRed}#${BBlue}] 📜 Target Project Name: ${BRed}${targetNAME}
|
||||
${BBlue}[${BRed}#${BBlue}] 📜 Target Domain Name: ${BRed}${targetDOMAINNAME}
|
||||
${BBlue}[${BRed}#${BBlue}] 📜 Target Domain Name: ${BRed}${targetDNS}
|
||||
|
||||
${BRed}[${LGrey}a${BRed}]${BBlue} -${DGrey} Anonymity Surfing
|
||||
${BRed}[${LGrey}1${BRed}]${BBlue} -${DGrey} Planning and Scoping
|
||||
@@ -247,7 +247,7 @@ ${BCyan} └──╼ ")
|
||||
targetIP="127.0.0.1"
|
||||
fi
|
||||
#
|
||||
t2="$(echo "\n\t\t${BBlue}[${BRed}?${BBlue}]${BGreen} - Target Project Name: ${BRed}")"
|
||||
t2="$(echo "\n\t\t${BBlue}[${BRed}?${BBlue}]${BGreen} - Target Name: ${BRed}")"
|
||||
read -p "$t2" targetNAME
|
||||
if [ -z $targetNAME ]; then
|
||||
#statements
|
||||
@@ -256,11 +256,11 @@ ${BCyan} └──╼ ")
|
||||
fi
|
||||
#
|
||||
t3="$(echo "\n\t\t${BBlue}[${BRed}?${BBlue}]${BGreen} - Target Domain Name: ${BRed}")"
|
||||
read -p "$t3" targetDOMAINNAME
|
||||
read -p "$t3" targetDNS
|
||||
if [ -z $targetDNS ]; then
|
||||
#statements
|
||||
targetDNS"one.one.one.one"
|
||||
echo "\n\t\t${BRed}Target DNS: ${BBlue} $targetDOMAINNAME"
|
||||
echo "\n\t\t${BRed}Target DNS: ${BBlue} $targetDNS"
|
||||
fi
|
||||
#
|
||||
file="${targetNAME}-Diablo-Log.md"
|
||||
@@ -383,6 +383,8 @@ ${BCyan} └──╼ ")
|
||||
echo " `dnsrecon -d $targetDNS ` " >> ${targetNAME}-Diablo-Log.md
|
||||
echo " " >> ${targetNAME}-Diablo-Log.md
|
||||
|
||||
|
||||
|
||||
#
|
||||
need_dirb="\n\t\t${BYellow}### Need Start Dirb Scan [y/n] ? ${BGreen} "
|
||||
read -p "$need_dirb" read_dirb
|
||||
|
||||
Reference in New Issue
Block a user