5月 25

DEFCON 18 CTF Trivial Pursuits (t100) writeup


Warning: preg_match(): Compilation failed: invalid range in character class at offset 4 in /home/users/0/fool.jp-pentest/web/n/wordpress/wp-content/plugins/lightbox-plus/classes/shd.class.php on line 1384

Warning: preg_match_all(): Compilation failed: invalid range in character class at offset 4 in /home/users/0/fool.jp-pentest/web/n/wordpress/wp-content/plugins/lightbox-plus/classes/shd.class.php on line 700

Warning: foreach() argument must be of type array|object, null given in /home/users/0/fool.jp-pentest/web/n/wordpress/wp-content/plugins/lightbox-plus/classes/shd.class.php on line 707

Warning: preg_match_all(): Compilation failed: invalid range in character class at offset 4 in /home/users/0/fool.jp-pentest/web/n/wordpress/wp-content/plugins/lightbox-plus/classes/shd.class.php on line 700

Warning: foreach() argument must be of type array|object, null given in /home/users/0/fool.jp-pentest/web/n/wordpress/wp-content/plugins/lightbox-plus/classes/shd.class.php on line 707

書き残すほどでも、解説するほどでもないかもしれませんが
とりあえず書いておきます。

問題文: What common linux command was quoted in the movie spiderman?
超訳:映画スパイダーマンからの引用が使われている一般的なlinuxコマンドは何?

スパイダーマンからの引用といえば
ベンおじさんの名言
“with great power comes great responsibility”
「大きな力には、大いなる責任が伴う」的な感じでしょうか。

spider-Man Wikiperia

で、この名言が表示されるコマンドを調べてみます。

with great power comes great responsibility linux command

でgoogleで検索すると

sudo – Wikipedia

がヒットしました。
ユーザーがアクセスを拒否されたときに表示されるようです。

また、こちらによると
初回起動時にでも出るそうです。

ちなみにこの問題、手動ブルートフォースでも解けますね。
common linux commandですからw
というわけで答えは
「sudo」
でした。


Copyright 2021. All rights reserved.

Posted 2010年5月25日 by ntsuji in category "未分類