mirror of
https://github.com/AnLoMinus/Diablo.git
synced 2026-08-17 16:37:30 +02:00
Update Diablo
This commit is contained in:
@@ -157,6 +157,7 @@ MainMenu(){
|
|||||||
|
|
||||||
${BBlue}[${BRed}#${BBlue}] 📜 Target IP: ${BRed}${targetIP}
|
${BBlue}[${BRed}#${BBlue}] 📜 Target IP: ${BRed}${targetIP}
|
||||||
${BBlue}[${BRed}#${BBlue}] 📜 Target Name: ${BRed}${targetNAME}
|
${BBlue}[${BRed}#${BBlue}] 📜 Target Name: ${BRed}${targetNAME}
|
||||||
|
${BBlue}[${BRed}#${BBlue}] 📜 Target Domain Name: ${BRed}${targetDOMAINNAME}
|
||||||
|
|
||||||
${BRed}[${LGrey}a${BRed}]${BBlue} -${DGrey} Anonymity Surfing
|
${BRed}[${LGrey}a${BRed}]${BBlue} -${DGrey} Anonymity Surfing
|
||||||
${BRed}[${LGrey}1${BRed}]${BBlue} -${DGrey} Planning and Scoping
|
${BRed}[${LGrey}1${BRed}]${BBlue} -${DGrey} Planning and Scoping
|
||||||
@@ -177,14 +178,14 @@ ${BCyan} └──╼ ")
|
|||||||
1 )
|
1 )
|
||||||
echo "\n\t\t${BRed}[${BBlue}1${BRed}]${BWhite} - ${BRed}Planning and Scoping"
|
echo "\n\t\t${BRed}[${BBlue}1${BRed}]${BWhite} - ${BRed}Planning and Scoping"
|
||||||
#
|
#
|
||||||
t1="$(echo "\n\t\t${BBlue}[${BRed}?${BBlue}]${BGreen} - IP / Host of Target / Client: ${BRed}")"
|
t1="$(echo "\n\t\t${BBlue}[${BRed}?${BBlue}]${BGreen} - Target IP: ${BRed}")"
|
||||||
read -p "$t1" targetIP
|
read -p "$t1" targetIP
|
||||||
if [ -z $targetIP ]; then
|
if [ -z $targetIP ]; then
|
||||||
#statements
|
#statements
|
||||||
targetIP="127.0.0.1"
|
targetIP="127.0.0.1"
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
t2="$(echo "\n\t\t${BBlue}[${BRed}?${BBlue}]${BGreen} - Name of Target / Client: ${BRed}")"
|
t2="$(echo "\n\t\t${BBlue}[${BRed}?${BBlue}]${BGreen} - Target Project Name: ${BRed}")"
|
||||||
read -p "$t2" targetNAME
|
read -p "$t2" targetNAME
|
||||||
if [ -z $targetNAME ]; then
|
if [ -z $targetNAME ]; then
|
||||||
#statements
|
#statements
|
||||||
@@ -192,6 +193,14 @@ ${BCyan} └──╼ ")
|
|||||||
echo "\n\t\t${BRed}Target Name: ${BBlue} $targetNAME"
|
echo "\n\t\t${BRed}Target Name: ${BBlue} $targetNAME"
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
|
t3="$(echo "\n\t\t${BBlue}[${BRed}?${BBlue}]${BGreen} - Target Domain Name: ${BRed}")"
|
||||||
|
read -p "$t2" targetDOMAINNAME
|
||||||
|
if [ -z $targetNAME ]; then
|
||||||
|
#statements
|
||||||
|
targetNAME="ChangeMe"
|
||||||
|
echo "\n\t\t${BRed}Target Name: ${BBlue} $targetDOMAINNAME"
|
||||||
|
fi
|
||||||
|
#
|
||||||
file="${targetNAME}-Diablo-Log.md"
|
file="${targetNAME}-Diablo-Log.md"
|
||||||
if [ -e ${file} ]; then
|
if [ -e ${file} ]; then
|
||||||
t2="$(echo "\n ${BBlue}[${BRed}!${BBlue}] File Exist! Remove it? [yY/nN]: ")"
|
t2="$(echo "\n ${BBlue}[${BRed}!${BBlue}] File Exist! Remove it? [yY/nN]: ")"
|
||||||
|
|||||||
Reference in New Issue
Block a user