0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

picoCTF 2021 writeup Python Wrangling

Posted at

Python Wrangling (General Skills)

Python scripts are invoked kind of like programs in the Terminal... Can you run this Python script using this password to get the flag?

添付ファイル
・ende.py
・pw.txt
・flag.txt.en

問題文にあるように、とりあえず実行してみる。

> python ende.py -d flag.txt.en
Please enter the password:6008014f6008014f6008014f6008014f
picoCTF{4p0110_1n_7h3_h0us3_6008014f}

ende.pyに記述されているhelp_msgをヒントに実行した。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?