Update README.md

This commit is contained in:
Ilya V. Matveychikov 2018-06-30 13:46:39 +04:00 committed by GitHub
parent a93f1f8522
commit c611a33830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,25 @@
# `awesome-linux-rootkits`
## kernel mode rootkits
## feature table
- https://github.com/f0rb1dd3n/Reptile
- 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-*`)
Reptile is a LKM rootkit written for evil purposes that runs on Linux kernel 2.6.x/3.x/4.x.
## user mode rootkits
## :see_no_evil: user mode rootkits :shit:
- https://github.com/mempodippy/vlany
Linux LD_PRELOAD rootkit (x86 and x86_64 architectures)
: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`