Code Monkey home page Code Monkey logo

degu-lib's Introduction

degu-lib

THIS IS JUST FOR EDUCATIONAL PURPOSE, USE IT ONLY ON YOUR OWN COMPUTER.

DEGU is a stealth userland kit that doesn't use sys_clone/sys_execve call to run.

This software can't be easily spotted by volatility and conventionnal anti rootkit tools.

Actually it works on 3.17+ linux kernel to keep real in-memory execution using userland execve and memfd as fallback for lower kernels it also uses shm/fexecve execution.

It's an "autorelocatable" executable library (see p2s/pie2so.c for magical trick), and use signal to get execution inside parasited process without a fork, a thread or function hooking.

It can bypass netfilter settings for unidirectionnal command using raw ethernet ebpf rules, and use ed25519 library to sign messages from client and exchange keys for AES session.

See documentation for build instruction. It works with a client part in python :

degu-client

BUILD :

git submodule update --init
make clean && make

don't forget to replace keys :

$ cd degu-client && ./dgu keygen > ../keys.h && make clean && make

degu-lib's People

Contributors

io-tl avatar

Stargazers

Darren avatar  avatar fish4terrisa-MSDSM avatar nol avatar sewh avatar  avatar Jean-Louis Huynen avatar Maxime Berthault avatar Ariary avatar slime avatar Reynold Chery avatar  avatar Zach Cross avatar  avatar  avatar Remy avatar Andrew Haskell avatar bernsteining avatar Ryota Sakai avatar  avatar nbb avatar  avatar  avatar xrkk avatar marnitto avatar Sissel avatar  avatar

Watchers

iefuzzer avatar  avatar

Forkers

gavz nollium

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.