feat: add caesar-salad-jump challenge
This commit is contained in:
parent
5fa14f9fb1
commit
9710e41b97
13
caesar-salad-jump/README.md
Normal file
13
caesar-salad-jump/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Caesar Salad Jump
|
||||
|
||||
## Text
|
||||
|
||||
I threw my flag through a bunch of encoders. It's basically encrypted now.
|
||||
|
||||
## Files
|
||||
|
||||
flag.txt
|
||||
|
||||
## How to Deploy
|
||||
|
||||
N/A
|
15
caesar-salad-jump/SOLUTION.md
Normal file
15
caesar-salad-jump/SOLUTION.md
Normal file
@ -0,0 +1,15 @@
|
||||
## Difficulty
|
||||
|
||||
Easy.
|
||||
|
||||
## Category
|
||||
|
||||
Steg
|
||||
|
||||
## How To Solve
|
||||
|
||||
First hex to ascii, then decode from base 64 and then ROT 13. Bam.
|
||||
|
||||
## Flag
|
||||
|
||||
IGCTF{Cool_be4ns}
|
1
caesar-salad-jump/flag.txt
Normal file
1
caesar-salad-jump/flag.txt
Normal file
@ -0,0 +1 @@
|
||||
flag: 566c525152314e3755474a6965563976636a52685a6e303d
|
Loading…
Reference in New Issue
Block a user