Skip to content

veenoise/KeyloggerWebExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KeyloggerWebExtension

This is a simple keylogger application that redirects to a flask server the keystrokes of the victim. This web extension does not work in some websites, but it works in chatgpt, Facebook, and so on. The application is in localhost, do not use this for malicious purposes!

Usage:

Make a virtual environment in /flask_serverside_application/

cd flask_serverside_application
python3 -m venv .venv

Activate the virtual environment

source /.venv/bin/activate

Install dependencies

pip3 install -r requirements.txt

Run the flask app

python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published