small fixes§

This commit is contained in:
2020-08-04 14:33:49 +02:00
parent ca2da8bbd4
commit 7300bbf361
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ echo "[+] Scanning for open ports…"
PORTS=$(nmap -p- --min-rate=1000 -T4 ${IP_ADDRESS} | grep ^[0-9] | cut -d '/' -f 1 | tr '\n' ',' | sed s/,$//)
if [ -z "${PORTS}" ]; then
echo "[-] No open ports found"
exit
fi
echo "[+] Open ports: ${PORTS}"