Description
File: https://mercury.picoctf.net/static/fd0e358d4b82695c220c0d6013c11484/crackme.py
Steps
- Mở file lên và thấy đoạn code đầu tiên có chứa một biến khả nghi có tên là
bezos_cc_secret
. Dựa vào các dòng comments, biến này có thể là flag.
# Hiding this really important number in an obscure piece of code is brilliant!
# AND it's encrypted!
# We want our biggest client to know his information is safe with us.
bezos_cc_secret = "A:4@r%uL`M-^M0c0AbcM-MFE055a4ce`eN"
- Tiếp tục đọc code thì thấy flag này được mã hóa dưới dạng ROT47, tiến hành mã hóa và ta thu được flag.
Flag
Success
picoCTF{1|/|_4_p34||ut_dd2c4616}