root@j4sper:~#

picoCTF 2021 | Python Wrangling 본문

Walkthrough/picoCTF

picoCTF 2021 | Python Wrangling

j4sper 2021. 4. 21. 19:00
Workstation
Virtual Box VMware Fusion 12.1.1
OS Kali-linux-2021.1

Hint

  1. Get the Python script accessible in your shell by entering the following command in the Terminal prompt: $ wget https://mercury.picoctf.net/static/b351a89e0bc6745b00716849105f87c6/ende.py
  2. $ man python

Python script,  password,  flag 버튼을 클릭해 파일들을 다운받는다.

다운로드가 완료되면 ende.py 스크립트를 실행시킨다.

endo.py 스크립트를 실행시키기 위해서 파일이 필요하다.

같이 다운받은 pw.txt flag.txt.en 파일을 확인한다.

ende.py 스크립트를 flag.txt.en 파일을 이용해 실행하면 패스워드가 필요하다.

pw.txt에서 얻은 패스워드를 입력해준다.

$ python3 ende.py -d flag.txt.en

 

Flag = picoCTF{4p0110_1n_7h3_h0us3_67c6cc96}

'Walkthrough > picoCTF' 카테고리의 다른 글

picoCTF 2021 | Static ain't always noise  (0) 2021.04.22
picoCTF 2021 | Wave a flag  (0) 2021.04.21
picoCTF 2021 | Mod 26  (0) 2021.04.21
picoCTF 2021 | Obedient Cat  (0) 2021.04.21
About picoCTF  (0) 2021.04.21
Comments