sigpwny / ctfd2pages

A tool to easily archive CTFd sites to GitHub Pages
Apache License 2.0
30 stars 5 forks source link

README.md: Add CSCTF24 #35

Open rex69420 opened 2 months ago

rex69420 commented 2 months ago

Thank you for this amazing tool! This PR adds CSCTF'24, held on Aug 30, 2024. Note: When using CTFd v3.7.3, I did run into a few issues, which might require some changes to the code.

1) When running stage 5, to fix the 404 pages, it fails because it cannot find the text "Sorry about that". This is because it has been changed to "404 Not found" in a recent commit. 2) The way the scoreboard is fetched seems to have been updated, because of the new scoreboard brackets feature introduced in v3.7.0, which broke fetching the list of teams on my end. I ended up adding it directly to the HTML for https://2024.csc.tf/scoreboard, but this might be worth looking into.