Skip to content

Commit e23b8e9

Browse files
committed
Crypto Challenge Messages and Hints
1 parent 14d9661 commit e23b8e9

File tree

8 files changed

+67
-3
lines changed

8 files changed

+67
-3
lines changed

crypto/BlaiseDeCVE/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@
88

99
* Decoded text: Shellshock, also known as Bashdoor, is a family of security bugs in the Unix Bash shell. Shellshock could enable an attacker to cause Bash to execute arbitrary commands and gain unauthorized access to many Internet-facing services, such as web servers, that use Bash to process requests.flag is Shelldoyouwrong but put it in ctf format.
1010
Flag: jctf{Shelldoyouwrong}
11+
12+
---
13+
14+
## Challenge Message
15+
You receive a cryptic message leaving you shell-shocked. Your butler Alberto hands you a note that says “You'll need this **CVE-2014-6271** to find the key!”
16+
17+
He runs away while fresh hashbrowns fall out of his pockets. The rest is up to you.

crypto/HideInside/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@
77
* Open the file in a hex editor or use strings on the file to find the encoded flag. Use a base64 decoder to get the plain text flag
88
'jctf{st3g_h1d3s_1n_pl@1n_s1ght}'
99

10+
---
11+
12+
## Challenge Message
13+
14+
You receive an image of the cityscape. You can’t seem to find any flags. It must be hidden inside somewhere...
15+
16+
## Challenge Hints
17+
* Which do you prefer first – hex or base?
18+
19+
* Don't see any flag flying in this city pic? Must be hidden behind the scenes.

crypto/StegAESaurus/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ a. Use a spectrum analyzer like Sonic Visualizer on IGotTheKeys.wav = will show
1111
b. Use a GIF parser on AlsoPartofKey58 to find the frame that has this code: 84cjFCDKC9D1gJ8sGZvW3r, then decode from Base 58
1212
c. Use exiftool on Partofkey.jpg to find “Bases of Eight” and 66 64 71 63 64 142 63 66 142 67 145 70 146 146 60 144, then decode from Octal to get 64934b36b7e8ff0d = second part of AES key
1313
d. Put all of these together in CyberChef AES decoder using Hex input and Raw output (find this from trial and error) to get flag.
14+
15+
16+
---
17+
18+
## Challenge Message
19+
A stegosaurus is rampaging through the city, but only destroying keys for some odd reason. Put all the key pieces together to crack this ciphertext!

crypto/Transformation/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@
88
* Use an Affinity cipher decoder (CyberChef has one) with the keys of a=3 and b=9
99
Flag = jctf{@ff1n1ty_4_numb3rs}
1010

11+
---
12+
13+
## Challenge Message
14+
Do you have an affinity for math? Then you’ll easily crack this cipher! I used to crack these all the time back in my prime years...
15+
16+
## Challenge Hints
17+
a = b / 3

crypto/XORED-Message/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@
44

55

66
## Solution
7-
* Use cyberchef `XOR Brute Force`
7+
* Use cyberchef `XOR Brute Force`
8+
9+
---
10+
11+
## Challenge Message
12+
SciXor left an encrypted message at your door. Use logic to crack the code!
13+
14+
## Challenge Hints
15+
* °° -> 0
16+
* ° -> 0

crypto/rail-fence/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@
66
* Run the text thru a railfence cipher
77

88
## Resources
9-
* https://github.com/CrypTools/RailfenceCipher
9+
* https://github.com/CrypTools/RailfenceCipher
10+
11+
---
12+
13+
## Challenge Message
14+
You come up to a fence with an assortment of letters pasted on it. The flag must be somewhere on it. There must be some sort of pattern. Maybe you have to look at it from a different perspective.
15+
16+
## Challenge Hints
17+
* Did anyone say fence cipher?

crypto/rome-but-harder/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@
88
## Solution
99
* Cyberchef and cryptii
1010
`jctf{nice_did_you_like_the_flip_and_base64}`
11+
12+
---
13+
14+
## Challenge Message
15+
The previous rome challenge must have been too easy, so Ro-Man sent you another. A note with an even more cryptic message, the number 46 and a mirror. What could you possibly do with that?
16+
17+
## Challenge Hint
18+
* This may have given the emperor of Rome sound headaches, I can only pace forward and reverse, and probably have done it for at least 64 times.
19+
* Old time crypto with a modern spin!

crypto/rome/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@
88

99
## Solution
1010
* Run the text thru a ceasar cipher
11-
`jctf{caesar_ciphers_are_pretty_litty}`
11+
`jctf{caesar_ciphers_are_pretty_litty}`
12+
13+
---
14+
15+
## Challenge Message
16+
While having your daily meal of hashbrowns, you come across a note that arrived in the mail. It has nothing but a cryptic message inside and is simply signed Ro-Man at the bottom. I wonder how you could possibly decipher this message...
17+
18+
## Challenge Hints
19+
* Simple enough for an Emperor of Rome!

0 commit comments

Comments
 (0)