We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171ef71 commit edb8268Copy full SHA for edb8268
zphisher.sh
@@ -369,8 +369,8 @@ cusport() {
369
PORT=${CU_P}
370
echo ""
371
else
372
- echo -ne "\n${RED}[${WHITE}!${RED}]${RED} Invalid 4-digit Port, Try Again...${WHITE}"
373
- { sleep 3; clear; banner; cusport; }
+ echo -ne "\n\n${RED}[${WHITE}!${RED}]${RED} Invalid 4-digit Port : $CU_P, Try Again...${WHITE}"
+ { sleep 2; clear; banner; cusport; }
374
fi
375
elif [[ ${P_ANS} =~ ^([Nn])$ ]];then
376
echo -ne "\n\n${RED}[${WHITE}-${RED}]${BLUE} Using Default Port : $PORT...${WHITE}"
0 commit comments