louiselalanne / Keylogger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keylogger 🆘

The practice of keystroke logging involves tracking and recording each keystroke entry made on a computer, often without the user's permission or knowledge. Basically, a "keystroke" is any action you perform on your keyboard.

The goal is build a keylogger that sends emails containing recorded data from the target machine.

You will nedd:

pip install secure-smtplib
pip install ssl

The command to create and activate the virtual environment is as follow.

Mac/Ubuntu:

python -m venv venv
source venv/bin/activate

Windows:

python -m venv venv
venv\Scripts\activate.bat

Example:

Captura de tela 2022-09-04 193419

About


Languages

Language:Python 100.0%