AriaAugs / CC

0 stars 0 forks source link

Control Keyboard #7

Open AriaAugs opened 3 years ago

AriaAugs commented 3 years ago

Allow the attacker to send key inputs to the victim computer as if using the victim's keyboard

AriaAugs commented 3 years ago

Initial implementation is complete. However, there are a few issues:

AriaAugs commented 3 years ago

Keyboard control has been updated to deal with dropped inputs and fix the issue of using shift and the arrow keys to select text. Other key combinations that use the extended keys should work properly now as well. However, it seems that the speed of Pygame and design of most keyboards cause other limitations.