https://github.com/vdo/keebgrab
simple, rootless keylogger
https://github.com/vdo/keebgrab
Last synced: about 1 year ago
JSON representation
simple, rootless keylogger
- Host: GitHub
- URL: https://github.com/vdo/keebgrab
- Owner: vdo
- License: mit
- Created: 2023-03-21T09:29:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T10:04:18.000Z (about 3 years ago)
- Last Synced: 2025-01-29T00:44:45.095Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keebgrab ⌨️🔍
`keebgrab` is a simple keylogger for X11 based desktops.
## Features
* No root required.
* No dependencies (like `xinput`).
* Instant conversion of keycodes to keys.
* (TBD) raw mode (key press and release) and text mode (plaintext)
## Non features
* Mouse movements and buttons are not logged.
* [Wayland](https://en.wikipedia.org/wiki/Wayland_(protocol)) is not supported. While not completely immune to keyloggers, it offers much better event isolation.
## License
[MIT License](./LICENSE)
## Disclaimer
This is a proof of concept with strictly educational and debugging purposes. Using a keylogger without consent for identity or credential theft, stalking, or any malicious intent in general is illegal.