Release the Crackin'!

Monstrum ex Machina で用いたファイルについて、 パスワードクラッキングの結果得られたパスワードを要求された。

pcap-challenge-final.pcapngstrings コマンドを適用した結果を眺めると、 530 User cannot log in.331 Password required が多数繰り返されている場所が見つかった。
さらに、その場所の最後あたりに、以下の部分があった。

Regarding the file used in Monstrum ex Machina, The password obtained from password cracking was asked.

Viewing the result of the strings command for the file pcap-challenge-final.pcapng, I found an area that has many 530 User cannot log in. and 331 Password required repeated.
Then, near the end of the area, I found this part:

nUSER cgeschickter K1<@ 331 Password required vPASS darkangel I1=@ 230 User logged in.

この部分の PASS の後の文字列より、flagが得られた。

I obtained the flag from the strings after PASS in this part.

flag{darkangel}

DEADFACE CTF