add Ubuntu 18.04 - 'lxd' 本地提权

This commit is contained in:
helloexp 2022-02-24 17:51:42 +08:00
parent 825baf840f
commit d118bddb80

View File

@ -0,0 +1,8 @@
# Ubuntu 18.04 - 'lxd' 本地提权
## 提权过程
```shell script
# Step 1: Download build-alpine => wget https://raw.githubusercontent.com/saghul/lxd-alpine-builder/master/build-alpine [Attacker Machine]
# Step 2: Build alpine => bash build-alpine (as root user) [Attacker Machine]
# Step 3: Run this script and you will get root [Victim Machine]
# Step 4: Once inside the container, navigate to /mnt/root to see all resources from the host machine
```