RGBsec / rgbctf-backend

A MERN stack based CTF platform
https://rgbsec.xyz
MIT License
2 stars 2 forks source link

Add DOS Console #29

Open chop0 opened 4 years ago

chop0 commented 4 years ago

Add a websocket endpoint which allows pwn and other challenges like that to be run. Example: ["stdin", "ls"] ["stdout", ". .. files/"] Can connect to project https://github.com/RGBsec/ncinfrastructure Might do this today

ThePuzzlemaker commented 4 years ago

What's your progress on this?

chop0 commented 4 years ago

Writing frontend code still---trying to make it look aesthetic.

chop0 commented 4 years ago

Gone through several iterations using different libraries, all of them were shit so I'm doing it from scratch

ThePuzzlemaker commented 4 years ago

Alright. I think we should probably move dev on this to a different branch (or even repo if necessary) as it'll probably be more of its own server.

chop0 commented 4 years ago

Yeah. This might be a thing for post-contest