'Red Team Cyber Puzzles' is a fun, educational, capture-the-flag style quiz generator. This NodeJS Express application is designed to educate about web security in an engaging and interactive way.
Before you begin, ensure you have met the following requirements:
- You have installed Node.js version 14.7.0
- You have a Windows, Linux, or macOS machine.
To install Red Team Cyber Puzzles, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/red-team-cyber-puzzles.git
-
Navigate into the project directory:
cd red-team-cyber-puzzles
-
Install the dependencies:
npm install
Configuration of vulnerabilities can be performed in the config.json
file. Questions can be manually added to the questions.json
file.
To use Red Team Cyber Puzzles, run the following command:
node app.js
By default, the application runs on port 40008 of your localhost server.
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
Pull requests are the best way to propose changes. We actively welcome your pull requests.