Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebsebmc/ctf-watcher
https://github.com/sebsebmc/ctf-watcher
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebsebmc/ctf-watcher
- Owner: sebsebmc
- Created: 2021-04-15T01:55:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T17:51:07.000Z (over 3 years ago)
- Last Synced: 2023-03-28T00:15:07.845Z (over 1 year ago)
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- 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.