https://github.com/sebsebmc/ctf-watcher
https://github.com/sebsebmc/ctf-watcher
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebsebmc/ctf-watcher
- Owner: sebsebmc
- Created: 2021-04-15T01:55:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T17:51:07.000Z (over 4 years ago)
- Last Synced: 2025-06-14T08:09:08.556Z (5 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CTF Watcher
Use a git-like CLI to `pull` files for CTF challenges or use in `watch` mode to automatically download new challenges.
# WIP
This is a work in progress, so far only init is implemented.
## CTF Support
Currently only supports CTFd based CTFs, if CTF frameworks want to standardize on an API that would be appreciated :wink:
## Usage
`ctf-watcher init ctf-url username password directory` to initialize a folder for a CTF.
Once the folder is initialized you may `ctf-watcher list` to get a list of challenges and then `ctf-watcher pull challenge-name` to download the challenge files into a directory named for the challenge.