From d37588c4cad7638434ca373980feb5c54a961b43 Mon Sep 17 00:00:00 2001 From: muX Date: Tue, 6 Jun 2023 18:22:44 +0200 Subject: [PATCH] Update lxd-privilege-escalation.md Changed to newest version because of missing package doas in v3.8 --- .../interesting-groups-linux-pe/lxd-privilege-escalation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-hardening/privilege-escalation/interesting-groups-linux-pe/lxd-privilege-escalation.md b/linux-hardening/privilege-escalation/interesting-groups-linux-pe/lxd-privilege-escalation.md index 9e076b4c..95e35dbd 100644 --- a/linux-hardening/privilege-escalation/interesting-groups-linux-pe/lxd-privilege-escalation.md +++ b/linux-hardening/privilege-escalation/interesting-groups-linux-pe/lxd-privilege-escalation.md @@ -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**