Git Product home page Git Product logo

keyloger-keystriker's Introduction

Warning this software can damage the machine.

Keyloger-KeyStriker

A linux keyloger with the possibility to launch it at startup.

Compile the source with code blocks IDE, codeblocks must be in root -> sudo codeblocks in a terminal; or from src folder and linux command line : gcc main.c keylogger.c utils.c -o KeyStriker

Then for launch the keyloger use the command : sudo ./KeyStriker

The log keys are in /var/log/KeyStriker.log

For see at any time if the keyloger is running use the command : ps -aux | grep KeyStriker, if you see a line like this :

root 6727 0.0 0.0 4380 76 ? Ss 03:26 0:00 ./KeyStriker

The keylogger is running.

For stop the keyloger use the command : sudo killall KeyStriker or click F12 for go out properly of the program.

For launch the programm at startup follow this steps :

  • copy the KeyStriker binarie in /usr/bin and /usr/sbin with the command : sudo cp KeyStriker /usr/bin && sudo cp KeyStriker /usr/sbin

  • make the script daemon_launcher.sh executable wiht the command : sudo chmod +x daemon_launcher.sh

  • copy the script called daemon_launcher.sh in /etc/init.d/ with the following command : sudo cp daemon_launcher.sh /etc/init.d

  • make a symbolic link with this command : sudo ln -s /etc/init.d/daemon_launcher.sh /etc/rc2.d/S88daemon_launcher.sh

  • make the script startup.sh (in script folder) executable with the command : sudo chmod +x startup.sh

  • in script folder launch the script called startup.sh

You 're done, reboot the machine and you will see in /var/log/KeyStriker.log your user password you entered for open the linux session wish mean the daemon was running at startup.Then the keylopgger run in background and keep logging all key striked.

For stop the program at startup follow this steps :

  • make the script delete_startup.sh executable with the command : sudo chmod +x delete_startup.sh

  • run the script in script folder called delete_startup.sh with the command : sudo ./delete_startup.sh

You 're done.

Thanks.

keyloger-keystriker's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.