Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Xspy in Rust

Sniffs keystrokes on remote or local X-Windows servers.

Install X11 Development Libraries

Ensure you have the necessary X11 development libraries installed on your system.

Debian Based Distros:

sudo apt-get update
sudo apt-get install libx11-dev

For Arch based Distros

sudo pacman -Syu
sudo pacman -S xorg-x11

Original Credit goes to

Original: Jon A. Maxwell Rework: Mitchell Perilstein

Written in Rust By 5mukx