https://github.com/ashnehete/ctf-nodejs
A CTF challenge created for CTFd
https://github.com/ashnehete/ctf-nodejs
Last synced: about 2 months ago
JSON representation
A CTF challenge created for CTFd
- Host: GitHub
- URL: https://github.com/ashnehete/ctf-nodejs
- Owner: ashnehete
- License: mit
- Created: 2023-04-07T04:24:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T02:39:21.000Z (about 2 years ago)
- Last Synced: 2023-08-19T23:50:35.009Z (almost 2 years ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Based CTF
This is a web-based CTF challenge requiring knowledge about Node.js and express. Although, anyone who has seen how a REST framwork works should not have a hard time solving this one.
## How to Run Locally
```shell
docker compose up -d
```