Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

n2l-cysec/n2lctf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N2LCTF

The N2LCTF project is an open-source, high-performance, Jeopardy-style's CTF platform based on https://github.com/ElaBosak233/cloudsdale. this platform focused ctf training in INDONESIA

WARNING! THIS PROJECT IS STILL IN DEVELOPMENT, DO NOT USE FOR PRODUCTION

DEV

run docker-compose-dev to start dummy psql,cache afteru start ( using docker compose -f deploys/docker-compose.dev.yml )

then run the app using (

cargo run .

) to run the rust backend

and (

cd app/web && npm run dev

) to run the vite frontend

to-do:

fixing question bank category relations

POST http://localhost:8888/api/challenges

also add features connection info and attachment into the question bank/challenges endpoint, also add into game_team

Contributors

img

This project is licensed under the GNU General Public License v3.0.

About

training platform for jeopardy style ctf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.5%
  • Rust 25.1%
  • CSS 1.9%
  • JavaScript 0.3%
  • Dockerfile 0.1%
  • HTML 0.1%