Home

Awesome

SwiftSpy

macOS keylogger, clipboard monitor, and screenshotter written in Swift

Usage

SwiftSpy by @slyd0g
Usage:
-h || -help        | Print help menu
-keylog            | Logs all keystrokes to stdout using IOHIDManager* APIs, requires 'Input Monitoring' permissions
-clipboard         | Monitors for changes to the system clipboard and logs to stdout
-allkeys           | Runs both the keylog and clipboard modules, requires 'Input Monitoring' permissions
-screenshot /tmp   | Takes a screenshot of the user's screen and saves to the /tmp, requires 'Screen Recording` permissions
-screenshot /tmp 5 | Takes a screenshot every 5 seconds and saves to /tmp, requires 'Screen Recording` permissions

References