diff --git a/bzImage b/bzImage index 7b0a610..152a6ee 100644 Binary files a/bzImage and b/bzImage differ diff --git a/prepare_chrooted_system.sh b/prepare_chrooted_system.sh index 14f7386..943c937 100644 --- a/prepare_chrooted_system.sh +++ b/prepare_chrooted_system.sh @@ -16,7 +16,10 @@ ln -s /home/bsides/node-v10.24.1-linux-x64/bin/npm /usr/local/bin/npm npm install -g pm2 npm install express +chmod 300 /home/bsides + mkdir -p /root/flag +chmod 400 /root/flag echo "/dev/sdb /root/flag ext4 defaults,ro 0 0" >> /etc/fstab echo auto enp0s3 >> /etc/network/interfaces