ディレクトリ C/Users/stella/AppData/Local/ConnectedDevicesPlatform/L.stella 内に以下のファイルが与えられた。
Following files were given inside a directory C/Users/stella/AppData/Local/ConnectedDevicesPlatform/L.stella:
ActivitiesCache.dbActivitiesCache.db-shmActivitiesCache.db-wal
ActivitiesCache.db をActivity の内容に意味がありそうだったので、「書き出し → テキストファイル...」で書き出した。
書き出したファイルをE:\AppData\f.txt、E:\AppData\l.txt などが見つかり、ファイル名がf l a g となっていた。
この結果から grep を用いて E:\AppData を含む行を抽出し、
余計な部分を消して適当に文字を補うことで、flagが得られた。
Opening ActivitiesCache.db via Activity looked meaningful, so I exported the table via "export → text file".
I put the exported file to
As a result, things like E:\AppData\f.txt and E:\AppData\l.txt were found and the file names were like f l a g.
I extracted lines that contains E:\AppData via grep, removed extra parts, and added some characters to obtain the flag.