Update lxd-privilege-escalation.md

Changed to newest version because of missing package doas in v3.8
This commit is contained in:
muX 2023-06-06 18:22:44 +02:00 committed by GitHub
parent 49cb310293
commit d37588c4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ mkdir -p $HOME/ContainerImages/alpine/
cd $HOME/ContainerImages/alpine/
wget https://raw.githubusercontent.com/lxc/lxc-ci/master/images/alpine.yaml
#Create the container
sudo $HOME/go/bin/distrobuilder build-lxd alpine.yaml -o image.release=3.8
sudo $HOME/go/bin/distrobuilder build-lxd alpine.yaml -o image.release=3.18
```
Then, upload to the vulnerable server the files **lxd.tar.xz** and **rootfs.squashfs**