Skip to content

Commit

Permalink
remove test chal, set visible
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Mar 18, 2024
1 parent f51f335 commit 1bc2547
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 70 deletions.
2 changes: 1 addition & 1 deletion chals/crypto/diagonal/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ files:
- starter.py
hints:
- Play with some matrices, see how the exponent affects the entries, get some equations going
state: hidden
state: visible
2 changes: 1 addition & 1 deletion chals/crypto/easy_rsa/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ files:
- chal.py
hints:
- I noticed a [library](https://pycryptodome.readthedocs.io/en/latest/src/public_key/rsa.html) included in the source code...
state: hidden
state: visible
2 changes: 1 addition & 1 deletion chals/crypto/hidden_runes/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ files:
hints:
- Substitution cipher with random characters.
- Use context clues to figure out what common words translate to.
state: hidden
state: visible
14 changes: 0 additions & 14 deletions chals/crypto/neutron_collider/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions chals/crypto/neutron_collider/chal.py

This file was deleted.

27 changes: 0 additions & 27 deletions chals/crypto/neutron_collider/challenge.yml

This file was deleted.

Binary file removed chals/crypto/neutron_collider/collision1.bin
Binary file not shown.
Binary file removed chals/crypto/neutron_collider/collision2.bin
Binary file not shown.
1 change: 0 additions & 1 deletion chals/crypto/neutron_collider/flag.txt

This file was deleted.

2 changes: 0 additions & 2 deletions chals/crypto/neutron_collider/solution.sh

This file was deleted.

2 changes: 1 addition & 1 deletion chals/crypto/not_so_easy_ecc/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ files:
hints:
- You have full control over the curve parameters, can we use that to our advantage?
- What does a bad curve look like?
state: hidden
state: visible
2 changes: 1 addition & 1 deletion chals/crypto/password_cracking/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ files:
hints:
- How can you perform a dictionary attack with a wordlist?
- The flag is the decrypted password.
state: hidden
state: visible
2 changes: 1 addition & 1 deletion chals/crypto/safe_cracking/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ files:
- note.txt
hints:
- Look up how to perform a Diffie-Hellman key exchange.
state: hidden
state: visible
2 changes: 1 addition & 1 deletion chals/crypto/seal_trouble_1/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ files:
hints:
- Can you use information from the seal photo to decrypt the message?
- Exiftool is helpful.
state: hidden
state: visible
2 changes: 1 addition & 1 deletion chals/crypto/seal_trouble_2/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ files:
hints:
- How can you test the possible combinations of the passphrase?
- We know the flag starts with sigpwny. Can you use that knowledge to narrow down your search?
state: hidden
state: visible

0 comments on commit 1bc2547

Please sign in to comment.