a simple keylogger in python that send the keystrokes to attacker's server
change the 'SERVER_ADDRESS' to your device's IP and run the server
python3 server.py
and to run the keylogger
python3 keylogger.py
Works well in LAN
It fetches the clipboard data
to log the keystrokes of virtual keyboard
to implement port forwarding so that it can be used in WAN
Disclamer: Don't use it to harm other's privacy