-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tested this on a few distros #2
Comments
Thank you for the feedback. Those issues appear in the last commit? Because some compability problems for the 2.6 kernels have been fixed in the af9a0f4 commit. |
works ace on thanks for writing this rootkit 👍 |
However, on a CentOS 6.7 I ran into this issue make -C /lib/modules/2.6.32-573.22.1.el6.centos.plus.x86_64/build M=/root/git/Diamorphine modules I just cloned it from the master branch... |
Thanks for your feedback @aremai . Make sure you have kernel-devel and gcc packages installed(yum install kernel-devel gcc). Regards. |
Awesome, thanks so much @m0nad !! Now it also works on CentOS 6.7 with an older kernel (2.6.32-573) Would you mind mentioning this in the README? This would clear some confusion.... (maybe I'm just dumb) hehe |
hi @m0nad , sorry it's me again. I came across an odd situation.... I'm on a CentOS release 6.8 box
Afterwards these files are zero'd (have 0 bytes) I know that it worked on another CentOS 6 box just fine a couple of months ago, but on this time I can't seem to load the kernel module. |
This is awesome work, thank you m0nad! Just on Raspbian (on Raspberry Pi 2 B at least), I had to put the following instead of line 21 in order to make it work:
|
Thank's for the feedback @dimitriakos, can you do a fork and a pull request for this? |
Commit 4438984 tested on Ubuntu 18.04/20.04 with kernel 5.4.0-42-generic |
Tested in fedora with kernel 5.6.6 |
Tested on ubuntu 16.04, kernel 4.15.0-112-generic |
Tested on ubuntu 19.04, kernel 5.0.0-13-generic |
Tested on: |
Tested on CentOS release 6.4/6.5 with Kernel 2.6.32-754.35.1.el6.x86_64 |
Tested on CentOS 8.2 with Kernel 4.18.0-193.28.1.el8_2.x86_64 |
Tested on CentOS 7 with Kernel 3.10.0-1160.2.2.el7.x86_64 |
Tested on Ubuntu 20.04.3 LTS with Kernel 5.11.0-37-generic |
Tested on Fedora 6.2.14-100.fc36.x86_64 |
Tested on Linux fedora 6.4.15-200.fc38.x86_64 |
EVERYTHING worked fine on:
Debian 6, 64Bit, 2.6.32-5-amd64
Debian 7, 64Bit, 3.2.0-4-amd64
Ubuntu 10, 64Bit, 2.6.32-46-server
Ubuntu Server 12, 64Bit, 3.5.0-23-generic
Ubuntu 14.1, 64Bit, 3.16.0-28-generic
Fedora 20, 32Bit, 3.11.10-301.fc20.i686+PAE
I've had issues on:
Gentoo 2013.10, 64Bit, 3.10.7-gentoo-r1
ArchLinux 2013.08, 64Bit, 3.10.5-1-ARCH
Centos 6.4, 64Bit, 2.6.32-358.23.2.el6.x86_64
I will do more tests and hopefully push some improvements in the coming days. While I'm at it, can you please make Diamorphine more compile-friendly? It should compile without modifications to Makefile on more distros...
The text was updated successfully, but these errors were encountered: