Akm0d / CTFd_hash_crack_king

King of the Hill style challenges that can be included in any CTF
GNU General Public License v3.0
3 stars 1 forks source link

update after 2.0.0 #6

Open natcoso9955 opened 4 years ago

natcoso9955 commented 4 years ago

CTFd updated to 2.0.0 which broke most plugins as they changed how all the utils load.

Ive managed to replace all the util calls except one which is referenced from the plugin: keys which is no longer used.

Wondering if you are able to help with patching this plugin to work with the latest version of CTFd (now 3.0.0)

the code that doesnt work now is: # Anti-bruteforce / submitting keys too quickly if utils.get_kpm(session['id']) > 10:

JonathanERC commented 4 years ago

Same here.

d4ng3r-z0n3 commented 4 months ago

@natcoso9955 or @JonathanERC how did you fix the broken plugins since the change and how did you get all the utils load. I am actively trying to update this plugin to work with the newest CTFd. Any help would be surely appreciated. THNX in advance.