ImaginaryCTF round 24

The challenges can be found at https://imaginaryctf.org/ArchivedChallenges Misc Pickle Description This pickle seems to be hiding the flag… Attachments https://imaginaryctf.org/f/1O5dx Solution Pickle can be decompiled with Fickling output from fickling ❯ python -m fickling out.pickle from __main__ import FlagPrinter _var0 = FlagPrinter() _var0.__setstate__({'flag': [105, 99, 116, 102, 123, 99, 117, 99, 117, 109, 98, 101, 114, 115, 95, 111, 114, 95, 112, 105, 99, 107, 108, 101, 115, 63, 125], 'fake': 'jctf{c0uld_th1s_b3_th3_fl4g?...

August 1, 2022 · 9 min · 1801 words · d3bug