Forensics Level 3 50 points

Recover Deleted SQLite Records

Mission

Recover the deleted record from the SQLite database `app.db` to obtain the flag. Deleted rows persist in the freelist, so recover them with `sqlite3 app.db '.recover'` or by carving with strings.

#forensics#sqlite#database#recovery#undark

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag