Mx.Flag
WebページのURLが与えられた。
アクセスしてページのソースを表示すると、以下の部分があった。
An URL of a web page was given.
Accessing the URL and viewing the source of the page, I found this part:
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="assets/css/style.css">
assets/css/style.css
には、特に気になる場所は見当たらなかった。
images/favicon.png
にFirefoxでアクセスすると、壊れていると表示された。
curl
でダウンロードしてチェックすると、flagが書かれたテキストファイルだった。
I found nothing interesting in assets/css/style.css
.
Accessing images/favicon.png
via Firefox, it said that the file is broken.
I downloaded the file via curl
and checked, finding that the file is a text file in which the flag is written.
flag{Mr_Flag_hiding_in_the_favicon}
writeup by MikeCAT
setodaNote CTF