SpyLogger is a multiplatform Script made in Python, to spy and log every keypress, screenshot, web cam capture and clipboard !
DO NOT use this script on other systems without their permission. Only use it on your own system and for educational purposes.
- Keylogging on Linux
- Keylogging on OSX
- Keylogging on Windows
- Saving logs to files locally
- Store Clipboard logs Locally
- Saving ScreenShot Locally
- Sending logs to Email
- Compress & Send Images to Email
- Upload logs file to an FTP account
- Send the logs to a Google Form
- JSON storing
- Take snapshots from WebCamera
- Decode logs into human-readable format
- Invisible mode (Runs in background)
- Python 2.7
- python-xlib
- pyxhook
- pyHook
- pyObjC
To use this program Clone the github repository on your system Make sure you have Python 2.x installed
You might want to change to an exe by using something like py2exe or PyInstaller. Then just run it. To stop it press Ctrl-E or end the Python process in Task Manager
SpyLogger requires python-xlib and gtk-module. install it if you don't have it already
-
sudo apt-get install python-xlib
-
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
Enjoy Using it !
- Disabling System Integrity Protection (SIP) by terminal :
csrutil disable
thenreboot
and press enter.
Important: For your own security, remember to re-enable this feature after you’re done testing by following the steps above but entering csrutil enable
.