{"id":17995140,"url":"https://github.com/p0dalirius/ctfd-parser","last_synced_at":"2025-04-05T02:05:13.995Z","repository":{"id":39161385,"uuid":"474303558","full_name":"p0dalirius/ctfd-parser","owner":"p0dalirius","description":"A python script to dump all the challenges locally of a CTFd-based Capture the Flag.","archived":false,"fork":false,"pushed_at":"2024-11-18T12:29:12.000Z","size":185,"stargazers_count":143,"open_issues_count":2,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T01:05:28.330Z","etag":null,"topics":["challenges","ctf","ctfd","dump","parser","python"],"latest_commit_sha":null,"homepage":"https://podalirius.net/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p0dalirius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"p0dalirius","patreon":"Podalirius"}},"created_at":"2022-03-26T09:42:50.000Z","updated_at":"2025-03-24T16:48:37.000Z","dependencies_parsed_at":"2024-11-06T04:18:54.275Z","dependency_job_id":null,"html_url":"https://github.com/p0dalirius/ctfd-parser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fctfd-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fctfd-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fctfd-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fctfd-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p0dalirius","download_url":"https://codeload.github.com/p0dalirius/ctfd-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276163,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["challenges","ctf","ctfd","dump","parser","python"],"created_at":"2024-10-29T20:18:02.371Z","updated_at":"2025-04-05T02:05:13.952Z","avatar_url":"https://github.com/p0dalirius.png","language":"Python","funding_links":["https://github.com/sponsors/p0dalirius","https://patreon.com/Podalirius"],"categories":[],"sub_categories":[],"readme":"![](./.github/banner.png)\n\n\u003cp align=\"center\"\u003e\n    A python script to dump all the challenges locally of a CTFd-based Capture the Flag.\n    \u003cbr\u003e\n    \u003cimg alt=\"GitHub release (latest by date)\" src=\"https://img.shields.io/github/v/release/p0dalirius/ctfd-parser\"\u003e\n    \u003ca href=\"https://twitter.com/intent/follow?screen_name=podalirius_\" title=\"Follow\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/podalirius_?label=Podalirius\u0026style=social\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.youtube.com/c/Podalirius_?sub_confirmation=1\" title=\"Subscribe\"\u003e\u003cimg alt=\"YouTube Channel Subscribers\" src=\"https://img.shields.io/youtube/channel/subscribers/UCF_x5O7CSfr82AfNVTKOv_A?style=social\"\u003e\u003c/a\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\n## Features\n\n - [x] Connects and logins to a remote CTFd instance.\n - [x] Dumps all the challenges by category.\n - [x] Download attached files.\n - [x] Prints a ✔️ or a :x: to indicate if the challenge is solved or not.\n - [x] Setup template file in challenge dir : writeup.md / solve.py (optionnal)\n\n## Usage\n\n```\n$ ./ctfd_parser.py -h\n       _____ _______ ______  _   _____\n      / ____|__   __|  ____|| | |  __ \\\n     | |       | |  | |__ __| | | |__) |_ _ _ __ ___  ___ _ __\n     | |       | |  |  __/ _` | |  ___/ _` | '__/ __|/ _ \\ '__|    v1.1\n     | |____   | |  | | | (_| | | |  | (_| | |  \\__ \\  __/ |\n      \\_____|  |_|  |_|  \\__,_| |_|   \\__,_|_|  |___/\\___|_|       @podalirius_\n\nusage: ctfd_parser.py [-h] -t TARGET -u USER -p PASSWORD [-T THREADS] [-v]\nor\nusage: ctfd_parser.py [a config.json must be in project root dir, containing a least target, user \u0026 password]\n\nCTFdParser\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -t TARGET, --target TARGET\n                        CTFd target (domain or ip)\n  -u USER, --user USER  Username to login to CTFd\n  -p PASSWORD, --password PASSWORD\n                        Password to login to CTFd\n  -T THREADS, --threads THREADS\n                        Number of threads (default: 8)\n  -v, --verbose         Verbose mode. (default: False)\n  -I, --initfile        Activate setup template files\n\n```\n\n## Demonstration\n\n![](./.github/example.png)\n\n## Contributors\n\nPull requests are welcome. Feel free to open an issue if you want to add other features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Fctfd-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp0dalirius%2Fctfd-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Fctfd-parser/lists"}