Screenshots in Kali

Take screenshots

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

Last updated