Skip to content

Latest commit

 

History

History

Twitter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Twitter:misc:10pts

Check out our Twitter! Find the post with the flag! You can give us a follow if you like <3

Solution

公式のTwitterを見てみる。
それらしきツイートがあるがbase64エンコードされているようだ。
twitter.png
デコードする。

$ python
>>> import base64
>>> text = "RFVDVEZ7aHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1YZlI5aVk1eTk0c30="
>>> print(base64.b64decode(text))
b'DUCTF{https://www.youtube.com/watch?v=XfR9iY5y94s}'