juice-shop / juice-shop-ctf

Tool to export Juice Shop challenges and hints in data format compatible with CTFd, RootTheBox or FBCTF
http://owasp-juice.shop
MIT License
409 stars 112 forks source link

juice-shop-cff failed in fbctf #70

Closed mendickxiao closed 5 years ago

mendickxiao commented 5 years ago

Failed to fetch country mapping from API! end of the stream or a document separator is expected at line 32, column 55: ... ption" content="OWASP Juice Shop: Probably the most modern and s ...

mendickxiao commented 5 years ago

command:juice-shop-ctf]$ docker run -ti --rm -v $(pwd):/data bkimminich/juice-shop-ctf --config myconfig.yml

myconfig.yml ctfFramework: FBCTF juiceShopUrl: ctfKey: countryMapping: https://github.com/bkimminich/juice-shop/blob/master/config/fbctf.yml insertHints: none insertHintUrls: none

bkimminich commented 5 years ago

Yeah, that cannot work with https://github.com/bkimminich/juice-shop/blob/master/config/fbctf.yml - check the response, it's not the YAML file but a web page you get there. The actual file is at https://raw.githubusercontent.com/bkimminich/juice-shop/master/config/fbctf.yml and then it will work: image

lock[bot] commented 4 years ago

This thread has been automatically locked because it has not had recent activity after it was closed. :lock: Please open a new issue for regressions or related bugs.