Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 991 Bytes

File metadata and controls

36 lines (23 loc) · 991 Bytes

picoCTF 2022: patchme.py

Author: LT 'syreal' Jones

Reverse_Engineering category Score: 100 Solved

Description

Can you get the flag? Run this Python program in the same directory as this encrypted flag.

Hints

None

Summary

In the downloaded python file you can read out the password easily.

Passwordak98-=90adfjhgj321sleuth9000

But it is also possible to just patch the file to skip the password check. (e.g. removing it completely or changing to if True:)

Flag

Show flag
picoCTF{p47ch1ng_l1f3_h4ck_68aa6913}