From f0961f86c24e85f9cf9ddb44376c76b90c96afd5 Mon Sep 17 00:00:00 2001 From: Dani Roxberry Date: Wed, 18 Oct 2023 19:10:23 -0400 Subject: [PATCH] Create submitctf.sh --- submitctf.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 submitctf.sh diff --git a/submitctf.sh b/submitctf.sh new file mode 100644 index 0000000..e760707 --- /dev/null +++ b/submitctf.sh @@ -0,0 +1,8 @@ +# If you run this script via the repository, be sure to `chmod +x submitctf.sh` before executing. +# Executing this script directly is not advised, and should only be preformed by a faculty member during testing. +# Students, please run `h + + +docker run --rm -e "CTF_KEY=acs3230" -e "NODE_ENV=ctf" -p 3000:3000 bkimminich/juice-shop \ + && echo "\n ACS 3230 Juice Shop is now running. Visit http://localhost:3000 in your browser to continue working on your challenges. \ + "\nAfter solving a challenge, submit your proof on https://ctfd.droxey.com/challenges. \n"