> For the complete documentation index, see [llms.txt](https://skymas.gitbook.io/ctf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skymas.gitbook.io/ctf/deadface/window-pains.md).

# Window Pains

### Problem

Created by: syyntax

One of De Monne's employees had their personal Windows computer hacked by a member of DEADFACE. The attacker managed to exploit a portion of a database backup that contains sensitive employee and customer PII.

Inspect the memory dump and tell us the Windows Major Operating System Version, bit version, and the image date/time (UTC, no spaces or special characters). Submit the flag as flag{OS\_BIT\_YYYYMMDDhhmmss}.

Example: flag{WindowsXP\_32\_202110150900}

### Solution

```bash
sudo vol -f physmemraw windows.info.Info
```

![Result of vol comma](/files/jb1KY7LbDHxrLcFq1LAJ)

{% hint style="success" %}
flag{Windows10\_64\_20210907145744}
{% endhint %}
