From 057c79c0446dccf605797993eb2540ded8d76278 Mon Sep 17 00:00:00 2001 From: Samir Ettali Date: Tue, 12 Nov 2019 05:14:10 +0100 Subject: [PATCH] Corrected typos --- linPEAS/linpeas.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linPEAS/linpeas.sh b/linPEAS/linpeas.sh index c2ebf08..54916ae 100755 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -163,10 +163,10 @@ DISCOVER_BAN_BAD="No network discovery capabilities (fping or ping not found)" FPING=$(which fping) PING=$(which ping) if [ "$FPING" ]; then - DISCOVER_BAN_GOOD="$GREEN$FPING$B is available for network discovery$LG (You can use linpeas to dicover hosts, learn more with -h)" + DISCOVER_BAN_GOOD="$GREEN$FPING$B is available for network discovery$LG (You can use linpeas to discover hosts, learn more with -h)" else if [ "$PING" ]; then - DISCOVER_BAN_GOOD="$GREEN$PING$B is available for network discovery$LG (You can use linpeas to dicover hosts, learn more with -h)" + DISCOVER_BAN_GOOD="$GREEN$PING$B is available for network discovery$LG (You can use linpeas to discover hosts, learn more with -h)" fi fi @@ -182,7 +182,7 @@ if [ -z "$FOUND_NC" ]; then FOUND_NC=$(which nc.traditional 2>/dev/null); fi if [ "$FOUND_NC" ]; then - SCAN_BAN_GOOD="$GREEN$FOUND_NC$B is available for network discover & port scanning$LG (You can use linpeas to dicover hosts/port scanning, learn more with -h)" + SCAN_BAN_GOOD="$GREEN$FOUND_NC$B is available for network discover & port scanning$LG (You can use linpeas to discover hosts/port scanning, learn more with -h)" fi @@ -1416,4 +1416,4 @@ if [ "`echo $CHECKS | grep IntFiles`" ]; then grep -R -i "password" /etc 2>/dev/null | grep "conf" | grep -v ":#\|:/\*\|: \*" | sort | uniq | sed "s,password,${C}[1;31m&${C}[0m," echo "" fi -fi \ No newline at end of file +fi