Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 931 Bytes

Input_capture.md

File metadata and controls

19 lines (13 loc) · 931 Bytes

Input Capture

MITRE ATT&CK technique T1056

Tactic: Collection, Credential Access

Platform: Windows, Linux, Mac

Deception Techniques

  • Inject fake keystrokes containing honey accounts or any other type of honeytokens, such as URL tokens.

Useful Tools

  • xdotool - Fake keyboard/mouse input, window management, and more.
  • Python-uinput - A python interface to Linux uinput kernel module which allows attaching userspace device drivers into kernel.
  • PyUserInput - A module for cross-platform control of the mouse and keyboard in python.
  • AutoHotkey, Automator/AppleScript, etc.

Useful Resources