Jump to content
cp/m

Logkeys - un keylogger pentru Linux

Recommended Posts

Posted

Logkeys este un keylogger pentru calculatoarele cu GNU/Linux, publicat sub licenta GPL3 si WTFPL.

Voi descrie procedeul de instalare pe un sistem cu Ubuntu si utilizarea acestuia sumar.

Fisiere necesare:

http://logkeys.googlecode.com/files/logkeys-0.1.1a.tar.gz

(pentru cei care nu folosesc Ubuntu, este posibil sa aveti nevoie de dumpkeys, g++, ps si grep)

Instalare:

Aflandu-va in directorul care contine fisierul logkeys-0.1.1a.tar.gz, extrageti arhiva:


tar xvzf logkeys-0.1.1a.tar.gz

Apoi intrati in folderul bild:


cd logkeys-0.1.1a/build

Apoi compilati:


../configure
make

Si in final:


sudo su //aici cere parola userului curent)
make install

Scriptul de pornire a daemonului este bin/llk (fisierul real fiind etc/logkeys-start.sh) si cel de oprire este bin/llkk (etc/logkeys-kill.sh).

In caz ca vreti sa le configurati dupa plac veti avea nevoie de drepturi de root.

Log-ul default este /var/log/logkeys.log

Modul manual de folosire:


logkeys --start --output <fisier>
logkeys --kill

(daca fisierul nu exista deja, va trebui sa scrieti "touch <file>")

Pornirea o data cu calculatorul adaugati linia de mai jos in fisierul /etc/rc.local


logkeys --start --output=<file>

Pentru mai multe informatii "man logkeys" sau http://code.google.com/p/logkeys/

Va multumesc pentru atentie si astept intrebari/critici/etc.

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...