What I'am trying to do
I made a keylogger by reading the event file, but it needs root permission to work.I want to make a keylogger that can work without root permission.
My device
- ubuntu16.04 using X11
- ubuntu21.04 using Wayland
My thoughts
I understand that it is feasible on windows, and it can also be implemented through Xlib on some linux using X11.
But my project needs to run on X11 and Wayland, so it's obviously not possible to use Xlib.
Question
Is there any other way that I can get key logged without root permission?