Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 405 Bytes

File metadata and controls

11 lines (8 loc) · 405 Bytes

CTFbot

CTF bot for Telegram. Checks submited flags and keeps a persistent scoreboard using pickle.

Usage

  1. Run pip install -r requirements.txt.
  2. Populate challenges.py with your own challenges.
  3. Create you bot writing to @botfather on telegram and get your bot token.
  4. Rename tg_token.py_sample to tg_token.py and replace the placeholder with your token.
  5. Run python CTFbot.py.