Skip to content

Commit

Permalink
Create submitctf.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
droxey authored Oct 18, 2023
1 parent 4a707ee commit f0961f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions submitctf.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit f0961f8

Please sign in to comment.