Willow-ctf consists of simple ctf challenges made with docker and docker-compose for my college project.
There are three challenges in this ctf related to web server vulnerabilites.
- basicpen
- exit (blind from TAMUctf2020 )
- vulner
Once you install docker and docker-compose, run the following command in a challenge directory to get the server up and running.
- docker-compose up
A writeup for basicpen has been provided.
Note: freessh is only a ssh server which i intended to provide for users to create a public reverse ssh connection (reverse shell).