Giter Site home page Giter Site logo

grabber's Introduction

grabber

A simple windows/linux keylogger that pays attention to detail.

Features

By default, it will not:

  • Log a word if the user typed a space after it.
  • Log non-ASCII characters such as emojis.
  • Log a key-combination. e.g. ^C

It will also track a few things to make it more useful:

  • Where the cursor is on a line to ensure accurate output
  • Whether a keyboard shortcut is being typed
  • Whether CTRL is being typed (for "power-user" shortcuts such as moving through/deleting words.).

Ctrl + Backspace (delete word before cursor) is a great example of something that is handled properly.

Already works on Linux and I am testing it on Windows, it can log to anywhere you like by changing the append_to_log function in src/lib.rs. Or ask me and I can do it for you provided it is not too complicated ๐Ÿ˜…

Configuration (see ./src/lib.rs)

  • MODIFIER_KEYS: a list of keys to count as shortcuts
  • TIMEOUT: timeout after modifier press
  • HOOK_URL: a Discord webhook URL, encoded in url-safe base64. (you don't need this if you implement your own logging mechanism in lib.rs)
  • GET_SENTENCES: Whether to ignore typed characters when a space is encountered. Set this to false to have better luck logging passwords.

Bugs and Feature Requests

If you encounter bugs/ you want features:

  • Leave an issue
  • DM me on discord: smiley#5012

Supported OSes/Environments

Open a PR to edit these.

  • Artix Linux (almost stock dwm on xorg)
  • Windows 10

Disclaimer

Only deploy the software on computers you have been given express permission to use this on. I will take zero responsibility for misuse of this software.

grabber's People

Contributors

deepsourcebot avatar jacobhin2 avatar nullndvoid 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.