This project serves as an introduction to exploiting ELF-like binaries through a series of progressively challenging levels. The goal of this project is to gain understanding of why small bad practices can lead to vulnerabilities in your code.
You need to download the rainfall .iso and then run it.
In order to connect with ssh
or copy file to your host machine with scp
, you need to add a bridged network to the VM so that it can communicate with the host.
- For VirtualBox :
- Go to the VM Settings -> Network
- Enable Network Adapter
- Choose Bridged Adapter

Now you can run commands like these :
ssh -p 4242 level0@<ip address>
scp -P 4242 level0@<ip address>:~/level0 ./level0