A Keylogger attempts to retrieve confidential information by capturing user input via keystroke monitoring and leaking this information for malicious purposes.
The aim of this project is to track keyboard activities.
A Keylogger records all information and keeps track of everything typed. This can be used to intercept credit card information, passwords, and other sensitive information typed into the keyboard. Keystroke loggers can be installed as malware without the user’s knowledge in order to steal sensitive data.
-
Clone this repository:
git clone https://github.com/yourusername/keylogger.git
-
Install the necessary dependencies:
pip install -r requirements.txt
-
Run the Keylogger:
python main.py
-
To stop the Keylogger, press Enter in the terminal window where it's running.