Creating Malware in Python | Keylogger Python Tutorial

preview_player
Показать описание
In today's video Creating Malware in Python | Keylogger Python Tutorial, we will create a key logger malware in beautiful programming language of python. A keylogger is a kind of malware that records all the pressed keys and can lead to loss of important information. This malware is made with python language which makes it easy to create a key logger.

Used modules:
- pynput

If you enjoyed Creating Malware in Python | Keylogger Python Tutorial, please like share and subscribe to the channel for more cool stuff. Take care. See you later!
#python #hacking #programming
Рекомендации по теме
Комментарии
Автор

Creating a list for storing the keys is redundant here, if the keys are to be updated in the text file on every key press then a variable will do the job just fine.

abhradeepdey
Автор

How will it ran on target perspective tho?

hirang
Автор

can't open file 'D:\\PyCharm\\kl.py\\kl.py': [Errno 2] No such file or directory?

Qikkly