Giter VIP home page Giter VIP logo

kilogger's Introduction

pylint Imports: isort

Kilogger

This is an educational purpose keylogger.

What it can do?

  • Capture and log pressed keys.
  • Watch processes to trigger keylogger.
  • Auto closes on a set logfile size.
  • Remote access to log file.

Installation

  1. Clone the repository:
git clone https://github.com/antoninoLorenzo/kilogger.git
  1. Install dependencies:
cd kilogger && pip install -r requirements.txt

Dependencies

  • pynput
  • psutil
  • requests

Usage

Run

python kilogger.py [ARGS]

Help

usage: kilogger.exe [-h] [--output OUTPUT] [--force {0,1}] [--targets TARGETS] [--max-bytes MAX_BYTES]

options:
  -h, --help            show this help message and exit
  --output OUTPUT       Path for the output log file (ex. ./output.log); defaults to ~/.cache/report.log
  --force {0,1}         0: do not force logger if AV is on. 1: fuck it
  --targets TARGETS     Name of target processes (ex. "chrome.exe, firefox.exe"); note: process names should be
                        separated by ", ".
  --max-bytes MAX_BYTES
                        Specify the maximum size fo

PS: if the antivirus is on use: --force 1

AV Detection

On VirusTotal the score for cli.py file is the following:

For the compiled version I will add a COMPILE.md, right now it doesn't get detected by Windows Defender, but has a score of 7/60 on VirusTotal.

Disclaimer

kilogger is for educational purposes only. It's not intended for malicious use or unauthorized access.

By using this project, you agree to use it responsibly and ethically.

  • We are not responsible for any misuse of this tool, users are responsible for their actions.
  • This project is provided "as is" without warranties.
  • Use with explicit consent and respect for privacy.

kilogger's People

Contributors

antoninolorenzo avatar github-actions[bot] avatar

Watchers

 avatar

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.