JJ-8 / CTFNote

CTFNote is a collaborative tool aiming to help CTF teams to organise their work. This tool helps making notes during CTFs, so you can track your CTF notes at a later time. This is similar to the CTF pad seen in one of the video's of Liveoverflow.
GNU General Public License v3.0
9 stars 2 forks source link

CTFTime CTF import is broken #82

Closed JJ-8 closed 5 months ago

JJ-8 commented 5 months ago

Due to Cloudflare added to CTFTime, the API import does not work anymore :(

New solution: Open a new tab in the browser that opens the API JSON URL based on the CTFTime link, the browser will resolve the Cloudflare stuff automatically (may require a click of the user), user copy pastes JSON info from the new tab, JSON will be read by CTFNote, tab will be closed and CTF will be created.

Very similar to the current challenges import in CTFNote but now for CTFs.

JJ-8 commented 5 months ago

CTFTime excluded their API from Cloudflare protection, so this issue resolved itself.