Computer Science, asked by cutiefoodie123, 8 months ago

how to launch keylogger file ( created in python ) in someone's computer ?? ( pls don't mention creating steps of keylogger I already created it , jst tell me how to launch it ) DO NOT SPAM OR ELSE U GONNA GET REPORTED ANSWER THIS QUESTION ONLY IF U KNOW THE ANSWER​

Answers

Answered by afreenali123
1

Explanation:

Design a Keylogger in Python

Keystroke logging, often referred to as keylogging or keyboard capturing, is the action of recording (logging) the keys struck on a keyboard, typically covertly, so that the person using the keyboard is unaware that their actions are being monitored.

These are computer programs designed to work on the target computer’s software. 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. However, malicious individuals can use keyloggers on public computers to steal passwords or credit card information.

This article illustrates designing keylogger for windows and linux.

Keylogger for Windows

Download some python libraries

1) pywin32

2) pyhook‘

Similar questions