Rating:

CTF@CIT - 2025

Contributed by @scott987

Read Only - 534 / REV

Here we go!

readonly

Solution

First, we use the "strings" command to find printable strings in the file:

check strings

So, the challenge title, "Read Only", hints that we should look for the .rodata section within the file:

readelf .rodata

Original writeup (https://github.com/isip-hs-whoami/CTF-writeup/blob/main/CTF%40CIT%202025/Read%20Only/writeup.md).