This page contains all the resources required for the Side-Channel Lab.
Download
Day 1 Day 2
The VMs are the same as for the Runtime Security Lab.
There are multiple things you can try
taskset 0x2 ./binary
cpupower -c all set -b 0
cpupower frequency-set -g performance
In addition to the above things, try to cause a lot of interrupts. You can generate interrupts by running
stress -i 1 -d 1
For Meltdown, KPTI and KASLR has to be disabled. Ensure that you pass
nopti nokaslr
GRUB_CMDLINE_LINUX_DEFAULT="nosplash nopti nokaslr"
This happens in some VMs. It is best to run the attacks on a native Linux machine.
Security Week Graz 2019