Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 479 Bytes

Virtual Keylogger

This is a simple keylogger that logs all the keys pressed on the vitual keyboard on https://netbanking.hdfcbank.com and sends them to a backend server (code available here).

How to run

  • Build the index.js file
npm run build
  • Open Chrome and go to chrome://extensions
  • Enable developer mode
  • Click on Load unpacked and select the folder you cloned the repository in