DSCKGEC / kitkat.v1rus

A python implementation of a keylogger, that can act as a payload or a subroutine to another program
MIT License
3 stars 3 forks source link

#4 Add the support for recording mouse clicks and scrolls #10

Closed mtss92 closed 2 years ago

mtss92 commented 2 years ago

Linked Issue

Add support for recording mouse click and scrolls #4

Describe the changes

import pynput package for listening to mouse clicks and events. then log events in the following format: [MouseButtonName_Up/Down(x, y)] ex: [Left_Down(229, 458)]