AngstromCTF - LIBrary in C TODO
Last updated
Was this helpful?
Last updated
Was this helpful?
After making that trainwreck of a criminal database site, clam decided to move on and make ... but written in C ... and without any actual functionality. What a fun guy. I managed to get the and a copy of from him as well.
Find it on the shell server at /problems/2020/library_in_c, or over tcp at nc shell.actf.co 20201.
We're given the file library_in_c.c,
and a copy of the version of libc running on the server.
As the comment hints, the vulnerability is the insecure use of printf - this is a classic format string vulnerability.
TODO: the rest, ya know\