diff --git a/linPEAS/linpeas.sh b/linPEAS/linpeas.sh index 184a07e..ce5ebef 100755 --- a/linPEAS/linpeas.sh +++ b/linPEAS/linpeas.sh @@ -3229,4 +3229,4 @@ if [ "`echo $CHECKS | grep IntFiles`" ]; then timeout 150 grep -RiIE "://(.+):(.+)@" /Applications 2>/dev/null | sed '/^.\{150\}./d' | grep -v "#" | sort | uniq | sed -${E} "s,:\/\/(.+):(.+)@,://${C}[1;31m\1:\2${C}[0m@,g" echo "" fi -fi +fi \ No newline at end of file