mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-08 18:11:29 +00:00
linpeasv3.0.5
This commit is contained in:
@@ -2501,7 +2501,7 @@ if [ "`echo $CHECKS | grep SofI`" ]; then
|
|||||||
#-- SI) Autologin files
|
#-- SI) Autologin files
|
||||||
printf $Y"[+] "$GREEN"Autologin Files\n"$NC
|
printf $Y"[+] "$GREEN"Autologin Files\n"$NC
|
||||||
autologinfiles=$(echo "$FIND_HOME\n$FIND_ETC\n$FIND_VAR\n$FIND_MNT" | grep -E 'autologin|autologin.conf')
|
autologinfiles=$(echo "$FIND_HOME\n$FIND_ETC\n$FIND_VAR\n$FIND_MNT" | grep -E 'autologin|autologin.conf')
|
||||||
printf "$dockerfiles\n" | while read f; do
|
printf "$autologinfiles\n" | while read f; do
|
||||||
ls -l "$f" 2>/dev/null
|
ls -l "$f" 2>/dev/null
|
||||||
cat "$f" 2>/dev/null | sed "s,passwd,${C}[1;31m&${C}[0m,"
|
cat "$f" 2>/dev/null | sed "s,passwd,${C}[1;31m&${C}[0m,"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user