Windows Keylogger to detect bad words then capture screenshot. Uses Firebase Realtime Database and Firebase Storage.
- Visual C++ Redistributables
- Node >= 20
- 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 theexample.env
file. - Run the project by executing
npm i
and thennpm start
.