Releases: juice-shop/juice-shop-ctf
Releases · juice-shop/juice-shop-ctf
v1.0.1
Fixes
- also delete
keys
table (ifDELETE
option is chosen) - join
challenges
withkeys
table (ifSELECT
option is chosen)
Miscellaneous
- mention compatible CTFd version in CLI welcome text
v1.0.0
v0.4.0
Functional Changes
- improved overall documentation
- removed unnecessary progress bar and its code dependencies
Miscellaneous
- split unit and end-to-end tests properly
- 100% unit test coverage of functional modules (at 98% mutation coverage)
- 97% end-to-end coverage of entire code base
v0.3.1
Changes
- Change documentation link
- Update README documentation
- Complete unit and e2e test suite
v0.2.0
Features
- Introduced
juice-shop-ctf-cli
command line client to create INSERT statements (equal in behavior to @tghosth's original HTML-page based generator)- Install (
npm i -g juice-shop-ctf-cli
) and run (juice-shop-ctf
) the tool - Hit
Enter
four times if you are happy with the defaults (same as in HTML page) - Populate your CTFd database with the SQL statements from the generated
insert-ctfd-challenges.sql
- Done! 💯 Enjoy your CTF event! 🏴
- Install (
v0.1.0
Features
- Initial release of
INSERT
generator HTML-page for CTFd to populate the database with all OWASP Juice Shop challenges