An open API service indexing awesome lists of open source software.

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

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.