From 011836926cad9adabdd99c2ee461ed3f8be1d2a5 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Mon, 20 Jan 2020 05:30:18 -0500 Subject: [PATCH] fix --- linPEAS/linpeas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/linpeas.sh b/linPEAS/linpeas.sh index 6a0b94c..5ac652d 100755 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -1648,7 +1648,7 @@ if [ "`echo $CHECKS | grep IntFiles`" ]; then ##-- 29IF) Find possible files with passwords printf $Y"[+] "$GREEN"Finding 'pwd' or 'passw' string inside /home, /var/www, /etc, /root and list possible web(/var/www) and config(/etc) passwords(limit 70)\n"$NC - grep -lRi "pwd\|passw" /home /var/www /etc /root 2>/dev/null | sort | uniq | head 70 + grep -lRi "pwd\|passw" /home /var/www /etc /root 2>/dev/null | sort | uniq | head -n 70 echo "" ##-- 30IF) Specific hashes inside files