write-ups-challenges-2022-2023/rigged-dice/SOLUTION.md

10 lines
236 B
Markdown
Raw Normal View History

2022-11-24 21:59:22 +00:00
## Difficulty
Easy, 15 points.
## How To Solve
Extract the strings from the binary, `strings -n6 dice`. The flag is split onto different lines, but you can combine these to get the actual flag.
## Flag
IGCTF{Rev3rseEng1n33r1ng101}