A key logger based on Rust. It tworks on Debian based operating systems only. It works by listening on /dev/inputs/events*
and prints the key strokes to the terminal.
- Clone the repository
- Run
cargo build
- Run
sudo ./target/debug/keylogger
- Press any key to see the key strokes
- Press
Ctrl + C
to exit - Run
sudo ./target/debug/keylogger > keylog.txt
to save the key strokes to a file
- Convert keycodes to key characters
- Send log to a server
- Make it work on other operating systems