Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 465 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 465 Bytes

Node Windows Keylogger

Windows Keylogger to detect bad words then capture screenshot. Uses Firebase Realtime Database and Firebase Storage.

Prerequisites

  • Visual C++ Redistributables
  • Node >= 20

Usage

  • Create a Firebase Account and Setup your web app to get the firebase config object.
  • Create a .env file.
  • Add the firebase object values in the .env file as-per the example.env file.
  • Run the project by executing npm i and then npm start.