> For the complete documentation index, see [llms.txt](https://n000b3r.gitbook.io/oscp-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n000b3r.gitbook.io/oscp-notes/post-exploitation/proof.txt.md).

# Proof.txt

<details>

<summary>Linux</summary>

```bash
hostname && whoami && cat local.txt && ip a
```

```bash
hostname && whoami && cat proof.txt && ip a
```

</details>

<details>

<summary>Windows</summary>

```bash
hostname && whoami.exe && type local.txt && ipconfig /all
```

```bash
hostname && whoami.exe && type proof.txt && ipconfig /all
```

</details>
