
Sets up a Dockerized WebCalendar environment to demonstrate CVE-2012-1495 exploitation using Metasploit on Kali Linux.
Prerequisites : Kali Linux or Parrot OS machine 1- Clone the repository
2- Extract the archive "webcalendar"
3- Create the Docker container and launch it using the commands:
docker build -t webcalendar . docker run -d -p 80:80 webcalendar
4- On your Kali machine, launch metasploit and search for the exploit then launch it. (refer to the report)