From d9df84d8895c5cd9684d3957119eddfb690619e0 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Wed, 10 Nov 2021 05:55:18 -0500 Subject: [PATCH] not use () in titles --- linPEAS/builder/linpeas_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/builder/linpeas_base.sh b/linPEAS/builder/linpeas_base.sh index 277d9a8..aeef99e 100755 --- a/linPEAS/builder/linpeas_base.sh +++ b/linPEAS/builder/linpeas_base.sh @@ -819,7 +819,7 @@ discovery_port_scan (){ basic_net_info #Check if IP and Netmask are correct and the use nc to find hosts. By default check ports: 22 80 443 445 3389 - print_title "Network Discovery (scanning ports)" + print_title "Internal Network Discovery - Finding hosts and scanning ports" DISCOVERY=$1 MYPORTS=$2