whitehathackers-klef / WhiteHat-HacktoberFest-2022

We accept contributions that help us building projects based on cyber security
5 stars 5 forks source link

Implementation of key logger #2

Open whitehathackers-klef opened 2 years ago

whitehathackers-klef commented 2 years ago

Develop a keylogger using python

Keystroke logging often referred to as keylogging or keyboard capturing, is the action of recording the keys struck on a keyboard, typically covertly, so that a person using the keyboard is unaware that their actions are being monitored. Data can then be retrieved by the person operating the logging program.

By using python programming language develop a key logger that stores the strokes in a file.

Difficulty: Easy

Shamik1836 commented 2 years ago

Hi, I want to contribute to this issue, Can you please assign this to me?

whitehathackers-klef commented 2 years ago

Hi, I want to contribute to this issue, Can you please assign this to me?

Hello, Yes, you can contribute to this issue and its an open issue anyone can work on this it won't be assigned to a single person. Write the program and create a pull request.

Shamik1836 commented 2 years ago

Ok sure

Shamik1836 commented 2 years ago

Hey, have you checked my pull request yet, does it meet your requirements or should I change the implementation.