--- tags: CTF_Writeups, picoCTF, General Skills --- # Python Wrangling * 解法 基本上題目把所有該有的資訊都給了,首先執行題目的 ende.py : ```shell $ python ./ende.py ``` 程式會提示訊息: `Usage: ende.py (-e/-d) [file]` 表示需要輸入一個檔案,參數選項 -e, -d 可以猜得到是 encoding 與 decoding 的意思,我們要做的是 decoding 解密,所以輸入參數如下: ```shell $ ende.py -d flag.txt.en ``` 然後程式會顯示: `Please enter the password:` 這時候打開 `pw.txt` 將密碼貼到程式, flag 就跑出來了。
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up