[DaVinciCTF 2025] Disk Analysis(Forensics) & Monalis'hack(Pwnable) Write Up
Disk Analysis 웹 사이트 방문 기록 찾는게 문제인 것 같습니다.The problem seems to be finding the website visit history.AppData\Local\Microsoft\Windows\WebCache\WebCacheV01.dat 해당 경로에서 Microsoft Edge의 캐시 파일을 추출합니다.Extract Microsoft Edge's cache files from that path. esentutl /p WebCacheV01.dat 이후 cmd로 위 커맨드를 실행하여 파일 수집하고, ESEDataBaseView로 파일을 오픈합니다.Then run the above command with cmd to collect the file, and open t..