跳至主要内容

repetitions

考點

  • base64 decode

如何解題

cat 下載下來的檔案,用管道接 base64 -d 解碼

解法

原始 flag 被編碼非常多次,要解很多次,請逐一增加解碼次數測試

Details
cat enc_flag | base64 --d | base64 -d