Scripts, resources, and challenges for the UAH Cybersecurity Club's 2022 Charger Hack CTF.
Have a .env
file in the root directory of this project with values for the following:
[email protected]
CTF_EMAIL_PASSWORD=supersecretpassword
To create a new challenge, run:
./general_scripts/new_challenge.sh
To start all challenges, run:
sudo docker-compose up --build [-d]
To stop all challenge instances, run:
sudo docker-compose down