GithubHelp home page GithubHelp logo

rkit's Introduction

rkit 🕷️

A Linux LD_PRELOAD based userland rootkit that hides files, monitors outgoing network connections, hides strings, hides processes, and more.


Description

rkit hooks several functions in order to hide itself, and avoid being detected. rkit comes with an anti rootkit feature that detects if functions have already been hooked before the rootkit is properly initialized. rkit also checks for byte-patch hooking.

Features

  • Anti VM
  • File hiding
  • Port blocking
  • String hiding
  • Reverse shell
  • Ptrace detection
  • Monitoring TCP connections
  • Anti rootkit & hooking detection

Hooked functions

  • read
  • open
  • send
  • write
  • fgets
  • fopen
  • openat
  • readdir
  • connect
  • fopen64

Built with

  • C

Getting started

Compiling

To compile rkit, simply execute the following command:

  • ./build.sh

Configure

  • The configuration file can be located in src/config.h.

Usage

  • export LD_PRELOAD=$PWD/rkit.so

Back matter

Legal disclaimer

Usage of this rootkit for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

Credits

https://github.com/0x80000000

Contributions 🎉

All contributions are accepted, simply open an Issue / Pull request.

rkit's People

Contributors

0x80000000 avatar

Stargazers

 avatar  avatar  avatar  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.