From b5e12f9daec8c564cf40ca4b79bb5294ca25ddb8 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 18 Feb 2019 18:16:29 +0100 Subject: [PATCH] tweaking --- iso/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index e6c97856..a4351033 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -297,7 +297,7 @@ if [ "$myTPOT_DEPLOYMENT_TYPE" == "user" ]; echo echo "### Checking for active services." echo - grc netstat -tulpen + netstat -tulpen echo echo "### Please review your running services." echo "### We will take care of SSH (22), but other services i.e. FTP (21), TELNET (23), SMTP (25), HTTP (80), HTTPS (443), etc."