Skip to content

This is a simple keylogger script created in Python by Anthony Constant (AC). The script uses the pynput plugin to control and monitor devices, and it logs every key pressed by the user to a specified file.

License

Anthony-Constant/Simple-Keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

How It Works

The script works by detecting every key pressed by the user and logging it to a file. The log file is specified in the script, and it is created automatically if it does not exist. The script logs the key presses every count times, where count is a variable that can be changed to log the key presses more or less frequently.

Usage

To use this script, follow these steps:

  1. Install the pynput plugin by running pip install pynput in the command prompt or terminal.
  2. Run the Simple_Keylogger.py script.
  3. The script will start running and logging every key press to a file called log.txt.
  4. To stop the script, press the esc key.

References

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements

This script was created by Anthony Constant.

Support My Work

If you like this repository or have used any of the code, please consider showing your support:

About

This is a simple keylogger script created in Python by Anthony Constant (AC). The script uses the pynput plugin to control and monitor devices, and it logs every key pressed by the user to a specified file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages