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

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

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
```