Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milesrack/regionals-ctf

A CTF style task for the SkillsUSA 2023 Regionals Cybersecurity competition.
https://github.com/milesrack/regionals-ctf

capture-the-flag ctf ctf-challenges cybersecurity cybersecurity-education docker docker-container docker-image dockerfile tomcat

Last synced: 11 days ago
JSON representation

A CTF style task for the SkillsUSA 2023 Regionals Cybersecurity competition.

Awesome Lists containing this project

README

        

# SkillsUSA 2023 Regionals - Cybersecurity
A CTF style task for the SkillsUSA 2023 Regionals Cybersecurity competition.

## Requirements
- `docker`

## Installation
```
git clone https://github.com/milesrack/regionals-ctf.git
cd regionals-ctf
sudo docker build -t regionals-ctf .
```

## Deployment
```
sudo docker run --rm -it -p 8080:8080 -p 22:22 -p 8009:8009 regionals-ctf:latest
```