Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 748 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 748 Bytes

Modern Webchat

Modern Webchat is a CTF challenge of the THCon 2021, in the web category.

Screenshot of the webchat

Details

Modern Webchat is websocket chat shared among all participants, with both the backend and the frontend written in pure JavaScript. An administrator named LePireBot sends a message every 60 seconds, reading "Message restricted to administrators."

To start the challenge, run yarn install && node index.mjs, or docker build && docker run.

Writeups

License

AGPL 3.0 or later