Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 445 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 445 Bytes

userlandrootkit

WIP Malicious Linux Library Used as Userland Rootkit
This library will hide itself from common binaries such as lsof, ls, ps, netstat etc... using the old technique placing library in /etc/ld.so.preload. Sends a GET request to a attacker controlled website to regex for a triggerword that will spawn a reverse shell to the attacker. I found this to be more interesting than failed ssh requests which may seem suspicious.