awesome-linux-rootkits/README.md

26 lines
629 B
Markdown
Raw Normal View History

2018-06-30 09:13:25 +00:00
# `awesome-linux-rootkits`
2018-06-30 09:48:34 +00:00
## :key: feature table
2018-06-30 09:13:25 +00:00
2018-06-30 09:46:39 +00:00
- Operational environment (`OE-*`)
- Hiding of files and directories (`HIDE-fs-*`)
- Hiding of processes and process trees (`HIDE-proc-*`)
- Hiding of network connections and activity (`HIDE-net-*`)
2018-06-30 09:16:23 +00:00
2018-06-30 09:46:39 +00:00
## :see_no_evil: user mode rootkits :shit:
2018-06-30 09:16:23 +00:00
- https://github.com/mempodippy/vlany
Linux LD_PRELOAD rootkit (x86 and x86_64 architectures)
2018-06-30 09:46:39 +00:00
:point_up: `OE-user`
## :hear_no_evil: kernel mode rootkits :heart:
- https://github.com/f0rb1dd3n/Reptile
Reptile is a LKM rootkit written for evil purposes that runs on Linux kernel 2.6.x/3.x/4.x
:point_up: `OE-kernel`