Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion LinEnum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,8 @@ fi
#specific checks - are we a member of the lxd group
lxdgroup=`id | grep -i lxd 2>/dev/null`
if [ "$lxdgroup" ]; then
echo -e "\e[00;33m[+] We're a member of the (lxd) group - could possibly misuse these rights!\e[00m\n$lxdgroup"
echo -e "\e[00;33m[+] We're a member of the (lxd) group - could possibly misusse these rights!"
echo -e "\e[00;33See: https://book.hacktricks.xyz/linux-unix/privilege-escalation/lxd-privilege-escalation\e[00m\n$lxdgroup"
echo -e "\n"
fi
}
Expand Down