PersistencyHub is a cross-platform library to help malware to set persistency in Windows
and Linux
, using platform-specific methods.
It consists in:
- several dynamic libraries, each of them representing a persistence module, that can be used to exploit the targetted machine
- a static library, that will be directly included in the malicious program to ease the manipulation of the previously mentioned modules
It is worth mentioning that no dependencies are needed because it was used the ANSI
standard of C
and standard POSIX
(and, soon, WinAPI
) methods.
For more details, please access the Wiki page of the project at this link.
This program is for educational purposes only. Do not use it outside the purpose of security research.