Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mponcet/subversive

x86_64 linux rootkit using debug registers
https://github.com/mponcet/subversive

Last synced: about 1 month ago
JSON representation

x86_64 linux rootkit using debug registers

Awesome Lists containing this project

README

        

# Subversive rootkit #

## INSTALL ##

### Build and load the kernel module ###

```
cd kernel
make ARCH=x86
insmod subversive.ko
```

### Control rootkit ###

```
cd tools
make
./subversive_ctl -h
```

## UNINSTALL ##

```
rmmod subversive
```

## REFERENCES ##

- IA32 Software Developers Manual Vol. 3B, Chapter 18
- Mistifying the debugger, Phrack 65, halfdead
- Abuso dell Hard Hardware nell Attaco al Kernel di Linux, AntiFork
Research, Pierre Falda