https://github.com/abhi0930/prodigy_cs_04
Simple Keylogger
https://github.com/abhi0930/prodigy_cs_04
cybersecurity-tools keylogger pynput python3
Last synced: about 1 month ago
JSON representation
Simple Keylogger
- Host: GitHub
- URL: https://github.com/abhi0930/prodigy_cs_04
- Owner: abhi0930
- Created: 2025-01-14T10:09:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T10:11:36.000Z (3 months ago)
- Last Synced: 2025-03-14T02:12:02.509Z (about 1 month ago)
- Topics: cybersecurity-tools, keylogger, pynput, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is one of my internship task at Prodigy InfoTech. This code is a basic keylogger program written in python using pynput library which asks user for a specified time till the keystrokes are captured. Then the log is saved to a keylogger_log.txt file which can be viewed later. pynput library must be installed prior to running this code. Running this code might require superuser/administrator privileges. I tested this code on my Kali Linux terminal in my virtual machine where I had to be a superuser.