kernc / logkeys

:memo: :keyboard: A GNU/Linux keylogger that works!
Other
747 stars 251 forks source link

Timestamps based on seconds and not on keys #249

Open canyakan99 opened 1 year ago

canyakan99 commented 1 year ago

First of all, thank you for that software. It works really well!

I realized that a timestamp is only made if "enter, ctrl+c, ctrl+d" is pressed. For my purpose I would like to have a new line in my log file for e.g. every 5 seconds. Im asking for that because I want to log which keys are pressed in pentesting tool. In that case you will not use a "enter, ctrl+c,ctrl+d" often. That results in a single log entry.

Is there any possible option to insert additionally timestamps every few seconds?

I hope you get my point and can help me further.

kernc commented 1 year ago

Can you use https://github.com/kernc/logkeys/issues/223?

canyakan99 commented 1 year ago

Oh nice, I overlooked that flag. That helps! Thx for your fast reply.