Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

So how is everyone going with it

  • Replies 62
  • Views 22.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Suggestions:   I have seen a number of people doing something like this on twitter, am I doing it right?  

  • IIRC, if you check the input bounds, it'll take either a coordinate or a 16-byte string.

  • Let's put some links together... https://www.fireeye.com/blog/threat-research/2017/10/2017-flare-on-challenge-solutions.html - official solutions. https://lifeinhex.com/about-flare-2017/ - m

Posted Images

I'm on #9 and I know that few other members are playing. But all in all forum is unusually quiet this year. :)

  • Author

I'm wondering if people use plain gdb or scripts like this are popular https://github.com/longld/peda

For the boat game? I didn't use any Linux debugger whatsoever. If I really had to - I'd use IDA with Linux debugger server.

But I'm sure that everyone has his/her favorite tools. :) 

I'm on it too, i started the 5 challenge.

Guys hello. Somebody can help me with 10th task ? i'm really stuck on it. I was recovered some bytes from key (particular 1th, 25, 26 and 27), identified set of characters that can be used on positions in the key and I found the expected length of the key (64b). I was trying to reverse algorithm and trying to create system of xor equations, but all to no avail :(

22 hours ago, rand0m said:

I'm wondering if people use plain gdb or scripts like this are popular https://github.com/longld/peda

Vanilla gdb is cumbersome to use. As such, I tend to use pwngdb or gef when the need arises, but again there is no replacement for IDA.

Started the challenges late. Currently, on the 5th one.

  • Author
1 minute ago, Extreme Coders said:

Vanilla gdb is cumbersome to use. As such, I tend to use pwngdb or gef when the need arises, but again there is no replacement for IDA.

Started the challenges late. Currently, on the 5th one.

Yeah I switched to IDA in the end. I'm still at level 6.

@Eskalina: I'm at the pretty much same place, so no suggestions yet. There must be better way than sheer bruteforce..

 

EDIT: there's no substitute for human eyes. I made semi-interactive tool which allowed me to cycle through all possible set of chars for each byte and printed first 320 bytes decoded.. In few minutes I was able to recover correct key.

Edited by kao

@kao You right, I decided this. 10/12 completed.

Any tips for the 9th challenge?
If not just analyzing whole AVR disassembly via IDA? 

  • Author

in level 6, I got one letter of the flag from a certain function, does the same function decrypt the rest of the flag or I should be looking for other functions to call ?

  • Author
6 hours ago, rand0m said:

in level 6, I got one letter of the flag from a certain function, does the same function decrypt the rest of the flag or I should be looking for other functions to call ?

nevermind, figured it out

@Aldhard Oswine: IDA is sufficient. With a bit of skill and trained eye you will recognize the check and then you can reimplement it in any language you like.

Or you can use Atmel Studio, if you wish to debug it.

@Aldhard Oswine Another way, you can use a bunch of radare2+simavr+gdb. IDA makes errors in calculating addresses of instructions.

Using Atmel and debugging is was easy :lol:
I need your help in the 10th challenge, any suggestions for the crypto?
How to get correct function from encoded data, how to get correct input

I stuck at challenge 5 for two days, still have no idea to do with the number sequence I've got in the last round. :(

@endered 

Spoiler

Start by replacing 'PEW' string with empty string. :D
When you play you fill the grid to sink the ships. At the end of each level the various 'X' toghether represent a letter.
At the end of the challenge you get these numbers that are the order in which you need to sort those letters. When you sort them out and you perform ROT-13 on the sorted string you will get something readable. :)

 

Edited by crystalboy

@crystalboy what about 10th? Is there a better way than brute force?

@Aldhard Oswine Unfortunately i am taking it slowly and i didn't reached level 10 yet.  :P

Considering kao hint by the way it seems that you need a smart bruteforcer :)

On 9/9/2017 at 8:19 AM, kao said:

I made semi-interactive tool which allowed me to cycle through all possible set of chars for each byte and printed first 320 bytes decoded.. In few minutes I was able to recover correct key.

 

@crystalboy Thanks for u help, I forgot that encryption.:blink:

I got something readable but still meaningless after decrypt, continue to see and try to find the ans. 

  • Author

Is there a better java debugger than JDB ?

#11.... >.< getting caught up in the first decryption part. Any suggestions?

Got stuck on challenge 4. Can't decrypt with key.bin

Suggestions:

Spoiler

@quend any more details you can offer? What's not working? I have found that some challenges sometimes require a little nudge to go in the right direction.
@grau I couldn't find the last required item (assuming it ever existed EDIT: whelps, it exists, I was damn blind), so I ended up forcing the program a bit in the right direction. If you have done everything right, 3/4 of the key are all you need to get the flag.

 

I have seen a number of people doing something like this on twitter, am I doing it right?

Spoiler

flareon4.png.6fd952f6c4a072fe2bfa6279af2584b6.png

 

Edited by SmilingWolf

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.