write-ups-challenges-2021-2022/cynal_go/SOLUTION.md
2021-12-03 00:33:26 +01:00

337 B

Difficulty

Easy 20 punten

How to solve

The binary is a simple program that prints some strings (try it). It is quite large since it was compiled from Go, and Go builds very fat binaries. The easiest way to solve it is using strings and grep:

strings cynal_go | grep "IGCTF"

Flag

IGCTF{AcHtErHeTpApIeRz1TeEnVrI3nD}