Python for Cyber Security | Keylogger
KEYLOGGER USING PYTHON
Keylogging, in hacking is a method of covertly logging key presses of a user. Keystroke logging is the action of recording (logging) the keys struck on a keyboard, typically covertly, so that person using the keyboard is unaware that their actions are being monitored. Keyloggers are used in IT organizations to troubleshoot technical problems with computers and business networks. Families and business people use keyloggers legally to monitor network usage without their users' direct knowledge.
Here is a cardinal script to create your own keylogger.
First open your terminal and type:
sudo apt-get install python-xlib
pip3 install pyxhook
NOW THE CODE::
0 Comments