corrected 8443 to 4443

This commit is contained in:
Tim McLean 2017-07-14 10:18:24 -07:00 committed by GitHub
parent f484b66e7e
commit 86af44a310
1 changed files with 1 additions and 1 deletions

2
sniper
View File

@ -1344,7 +1344,7 @@ else
msfconsole -x "setg RHOST "$TARGET"; setg RHOSTS "$TARGET"; setg RHOST "$TARGET"; use unix/misc/distcc_exec; run; exit;"
fi
if [ -z "$port_8443" ];
if [ -z "$port_4443" ];
then
echo -e "$OKRED + -- --=[Port 4443 closed... skipping.$RESET"
else