Nighthawk
50 points Medium

The flag begins with CTFlearn{...

Nighthawk.jpg
Flag
Rating 4.78
5
4
3
2
1

Discussion

stuck on this challenge for almost a month now, have tried everything in my power to get the flag but could not find a single glimpse of the flag. can somebody help me into the right direction?

0

I need help, what to do with the data in APP3 block?

0

Here you go—just the bare essentials:

Process the ciphertext two characters at a time.

For the first char of each pair: subtract the current shift (modulo 32–126).

For the second char: add that same shift.

Then increase the shift by 1 and repeat.

0

I sent request for you on Discord Kcbowhunter, I have some questions a bout this case. hope you response soon

0

I sent request for you on Discord Kcbowhunter, I have some questions a bout this case. hope you response soon

0

I sent request for you on Discord Kcbowhunter, I have some questions a bout this case. hope you response soon

0

I sent request for you Kcbowhunter, I have some questions a bout this case. hope you response soon

0

Can I obtain a hint for this challenge?

0

Study APP3 or just google the solution

0

I'm still clueless :')

0

Google 'jpeg file format APP application data'... to solve this problem you have to look at the internal structure of the jpeg file, and the flag is hidden in the APP3 data block

0