Simple command line tool designed to hide malware in Debian package
(.deb
) files. Upon installation, it can:
- Run your program as root.
- Properly place and load your kernel module (
.ko
) file. Might not work, depending on kernel settings. - Properly place and enable your service (
.service
) file. Won't work if you don't usesystemd
.
This program is pretty bare-bones. It should work, though. It'll work with the first one I know for sure, but as for the other ones, no guarantee; you might have to do some hacking to jank it into fruition.