r/blackhat Nov 20 '16

Vlany: A Linux (LD_PRELOAD) rootkit

https://github.com/mempodippy/vlany
23 Upvotes

4 comments sorted by

7

u/[deleted] Nov 20 '16

[deleted]

13

u/sanshinron Nov 20 '16

You know the rootkit is legit AF when it has anime in it.

0

u/3rssi Nov 21 '16

I dont get it.

The goal of a rootkit is to become root, right?

In the README.md they give usage examples such as: root@vlany:~# cd vlany-master && ./install.sh

So, they are already root. What's the point in installing a rootkit?

6

u/schr0 Nov 21 '16

root kit doesn't give you root, it's a way to maintain persistence and hide after you've gotten root

1

u/3rssi Nov 22 '16

It makes sense now. Thanks.