> For the complete documentation index, see [llms.txt](https://notes.cavementech.com/pentesting-quick-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.cavementech.com/pentesting-quick-reference/forensics.md).

# Forensics

### Courses

{% embed url="<https://dfir-training.basistech.com/courses/intro-to-divide-and-conquer>" %}

### Exiftool on Kali

```shell
sudo apt install libimage-exiftool-perl
```

```shell
exiftool IMAGE.jpg
```

### pdfinfo

`sudo apt install poppler-utils`

`pdfinfo DOCUMENT.pdf`
