Skip to content

EKMN/socket-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket-logger

GitHub license GitHub stars GitHub issues

Okay... But what is it?

socket-logger is key + clickgrabber that transmits the user interaction event logs to a remote server through a websocket

How do I install it?

Step one: Clone it

git clone git@github.com:EKMN/socket-logger.git && cd socket-logger

Step two: Install dependencies through NPM

npm install

Step three: Run the server

npm start

Step four: Open index.html

Windows

start index.html

Mac/Linux

open index.html

Bonus step: Clean the logs

npm run wipelogs

What's done and what's not

  • A proof-of-concept barebones server + client implementation
  • An actual exportable module that has a constructor that takes some arguments, e.g. new SocketLogger(ip, port)
  • A plugin-like integration with a server framework, for example Express.
  • A client-side integration with a browser fingerprint framework like Fingerprintjs
  • Testing

About

A websocket based client key/click event logger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages