> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/tools/screenshots-in-kali.md).

# Screenshots in Kali

#### Imagemagick

```
---Install---
sudo apt-get install imagemagick

---Take full screenshot---
import -window root Pictures/filename.png

---Take screenshot of a particular spot---
import Pictures/filename.png
```
