StiliyanKushev / ImPOSTR

A module that spoofs mouse and keyboard events (without moving the real cursor). Works on Both Linux and Windows reguardless of the system, or it's version!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImPOSTR

A javascript module that spoofs mouse and keyboard events (without moving the real cursor). Works on Both Linux and Windows reguardless of the system, or it's version!

Features:

  • Cross-platform.
  • Can spoof mouse events without affecting the real cursor/pointer.
  • Can spoof keyboard events.
  • You can lie to the whole system, or a specific window.
  • Can be used as a standalone CLI, or as a NodeJS module!
  • MacOS support (WIP)

How it works:

Windows

-- Makes use of user32.dll and kernel32.dll to inject input events.

Linux

-- Reads device mount points such as "/dev/input/mice" and mimics their behaviour. Not dependant on X or Wayland.

Installation:

(WIP)

API:

(WIP)

About

A module that spoofs mouse and keyboard events (without moving the real cursor). Works on Both Linux and Windows reguardless of the system, or it's version!

License:MIT License


Languages

Language:JavaScript 100.0%