Chapter 8. Keylogging and Screen Grabbing
With Python, we can programmatically do tasks such as catch all keystrokes, capture the screen, log the programs being run, close them, monitor clipboard content, and much more. Hackers may use these techniques to maliciously gain access to a victim's private information, while employers might use them to monitor employee activities.
Topics covered in this chapter are as follows:
Keylogging with Python
Screen grabbing