Skip to content

CHAbhiram/PRODIGY_CS_04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLE-KEYLOGGER

Develop a basic keylogger program that records and logs keystrokes. It captures keys pressed by the user and saves them to a file. Ethical considerations and obtaining proper permissions are essential due to the sensitive nature of keylogging activities.

For Windows

pip install pynput

#HOW TO USE

Install the pynput Library: Ensure you have the pynput library installed. You can install it using pip if it's not already installed: $pip install pynput

Step 1: Open your terminal or command line.

Step 2: Navigate to the directory where your script is saved.

Step 3: Run the script: python keylogger.py

Step 4: Press some keys to see the logging in action.

Step 5: Stop the script with Ctrl + C in the terminal.

Step 6: Open keyfile.txt to see the logged keys.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages