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
.envfile. - Add the firebase object values in the
.envfile as-per theexample.envfile. - Run the project by executing
npm iand thennpm start.