diff --git a/caesar-salad-jump/README.md b/caesar-salad-jump/README.md new file mode 100644 index 0000000..3008cd9 --- /dev/null +++ b/caesar-salad-jump/README.md @@ -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 diff --git a/caesar-salad-jump/SOLUTION.md b/caesar-salad-jump/SOLUTION.md new file mode 100644 index 0000000..31ad2e5 --- /dev/null +++ b/caesar-salad-jump/SOLUTION.md @@ -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} diff --git a/caesar-salad-jump/flag.txt b/caesar-salad-jump/flag.txt new file mode 100644 index 0000000..8948f94 --- /dev/null +++ b/caesar-salad-jump/flag.txt @@ -0,0 +1 @@ +flag: 566c525152314e3755474a6965563976636a52685a6e303d \ No newline at end of file