Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/milesrack/regionals-ctf
- Owner: milesrack
- Created: 2023-02-08T19:29:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T19:39:09.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T19:12:15.911Z (2 months ago)
- Topics: capture-the-flag, ctf, ctf-challenges, cybersecurity, cybersecurity-education, docker, docker-container, docker-image, dockerfile, tomcat
- Language: Dockerfile
- Homepage:
- Size: 31.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```