Skip to content

Commit

Permalink
fix chal
Browse files Browse the repository at this point in the history
  • Loading branch information
richyliu committed Mar 18, 2024
1 parent 1b39aed commit 27fe324
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chals/crypto/not_so_easy_ecc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN mkdir -p /chal
WORKDIR /chal

COPY chal.py ./
COPY mini_ecdsa.py ./
COPY tonelli_shanks.py ./
RUN chmod 555 chal.py
USER chal

Expand Down
2 changes: 2 additions & 0 deletions chals/crypto/not_so_easy_ecc/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ category: Crypto
description: |-
I just learned about this cool new encryption scheme called Elliptic Curve Cryptography. It's so powerful, it doesn't matter how I use it!
`nc chal.cryptoctf.sigpwny.com 5002`
**author**: Hassam
value: 500
type: dynamic
Expand Down

0 comments on commit 27fe324

Please sign in to comment.