Skip to content

uahcyber/charger-hack-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charger Hack 2022 Challenges

Scripts, resources, and challenges for the UAH Cybersecurity Club's 2022 Charger Hack CTF.

Usage

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