Uncle Pry's CTF Warmups - Episode #2

Hey 0x00ers!

If you missed part one, be sure to check it out.

I’ve been playing with some new things this week and have learned a lot and so I wanted to extend the opportunity to teach you something, through a challenge.

This one is really straight forward and will play a role in our later CTF, at this moment in time I’m just helping you guys get comfortable with using Cyberchef and getting comfortable with different operations used in cryptography and forensics challenges.

I wish you luck! If you find the answer, please enclose it using the spoiler tags when you reply.


Difficulty: Easy

Mission: Decode the message!

54 61 104 57 92 70 96 77 37 57 70 68 105 58 52 69 98 84 69 44 43 70 46 109 74 69 90 101 47 36 64 59 76 37 34 68 73 106 113 69 71 86 67 103 109 65 82 99 107

EDIT: As pointed out by @lkw, the last one was actually unsolvable. My bad, here is a new one that is solvable :smiley:

3 Likes

Are they supposed to be literal '.'s or cyberchef’s representation of any unprintable character?
i.e. cyberchef

I’ll give you a hint.

Make sure to decode it first

So, they are literal '.'s? Otherwise it’s not going to decode

This is proof this is a good exercise. Once you notice this technique you’ll be glad I put you through this pain.

Yet another hint:

Is all text UTF8?

I don’t really want hints, More of an indication of whether it’s solvable.
To clarify
1
2
Hello can’t be decoded from those dots since the characters don’t actually encode to that, it’s just cyberchef trying to show the existence of a non printable byte.
The bytes are really these
3

1 Like

And I just looked, and you’re right.

Whoops. Sorry about that, I’ll edit it and put up a new one…

1 Like

Congrats! Good job!

Can you post the recipe you used? And explain how you got there?

1 Like

Hi guys, I’m new in forum and new in security information. I’m studing every day and sorry about my english. In case the hash I use hash identifier to know whats hash is. In case the Data Format is there any tool that can help me identify the format? Cyberchef can identify some formats but not all.

1 Like

Thanks PresComm :smiley:

2 Likes

Other useful tools for files I can think of at the moment are binwalk , scalpel and, exiftool.
Also a good hex editor (I tend to use xxd and/or okteta).

2 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.