apt install qemu-system
wget https://github.com/ExploitEducation/Phoenix/releases/download/v1.0.0-alpha-3/exploit-education-phoenix-amd64-v1.0.0-alpha-3.tar.xz
tar -xJvf exploit-education-phoenix-amd64-v1.0.0-alpha-3.tar.xz
cd exploit-education-phoenix-amd64
chmod +x boot-exploit-education-phoenix-amd64.sh
To run the virtual machine :
./boot-exploit-education-phoenix-amd64.sh
Open another terminal :
ssh -p 2222 user@localhost
The password is "user".
Inside the virtual machine, go to :
cd /opt/phoenix
You can choose either "amd64" or "i486" to do the Phoenix exploits.
cd /opt/phoenix/amd64
or
cd /opt/phoenix/i486
That's all! See you.