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 33ced5e commit 171ef71Copy full SHA for 171ef71
zphisher.sh
@@ -365,7 +365,7 @@ cusport() {
365
if [[ ${P_ANS} =~ ^([yY])$ ]]; then
366
printf "\n\n"
367
read -n4 -p "${RED}[${WHITE}-${RED}]${ORANGE} Enter Your Custom 4-digit Port 1024-9999 : ${WHITE}" CU_P
368
- if [[ ! -z ${CU_P} && "${CU_P}" =~ ^([1-9][0-9][0-9][0-9])$ ]]; then
+ if [[ ! -z ${CU_P} && "${CU_P}" =~ ^([1-9][0-9][0-9][0-9])$ && ${CU_P} -ge 1024 ]]; then
369
PORT=${CU_P}
370
echo ""
371
else
0 commit comments