Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackotter/ctf-replay
Allows downloading of individual ctfs and challenges from the massive `sajjadium/ctf-archives` repo.
https://github.com/stackotter/ctf-replay
Last synced: 10 days ago
JSON representation
Allows downloading of individual ctfs and challenges from the massive `sajjadium/ctf-archives` repo.
- Host: GitHub
- URL: https://github.com/stackotter/ctf-replay
- Owner: stackotter
- License: apache-2.0
- Created: 2024-03-25T14:12:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T10:10:11.000Z (9 months ago)
- Last Synced: 2024-10-25T09:48:02.359Z (about 2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctf-replay
Allows downloading of individual ctfs and challenges from the massive `sajjadium/ctf-archives` repo.
## Dependencies
```
pip3 install -r requirements.txt
```## Usage
```
usage: archivist.py [-h] [--category CATEGORY] [--challenge CHALLENGE] [-m {skip,overwrite,backup,prompt}] ctf yearpositional arguments:
ctf
yearoptions:
-h, --help show this help message and exit
--category CATEGORY
--challenge CHALLENGE
-m {skip,overwrite,backup,prompt}, --mode {skip,overwrite,backup,prompt}
skip(default): skip existing files,
overwrite: overwrite existing files,
backup: backup existing files,
prompt: prompt for each file
```## Planned
- [ ] Search for challenges matching flexible criteria.
- [ ] Option to automatically host challenges when possible (if they have a `docker-compose.yml`).
- [ ] Option to detect missing flag files and create dummy flags in their place.
- [ ] Interactive command-line archive browser.