chkrootkit icon indicating copy to clipboard operation
chkrootkit copied to clipboard

This program locally checks for signs of a rootkit. 'Forked' to fix false-positive for SucKIT rootkit

Results 13 chkrootkit issues
Sort by recently updated
recently updated
newest added

👋 it looks like `chkrootkit.org` is not accessible at the moment. Thanks! ``` $ curl -I http://www.chkrootkit.org/ curl: (7) Failed to connect to www.chkrootkit.org port 80: Connection refused ```

I got the following error when running "make sense" make sense cc -static -o strings-static strings.c /usr/bin/ld: cannot find -lc collect2: error: ld returned 1 exit status make: *** [Makefile:72:...

``` Checking `bindshell'... INFECTED (PORTS: 5665) ``` ``` root@device ~ # netstat -tulpen | grep 5665 tcp 0 0 0.0.0.0:5665 0.0.0.0:* LISTEN 121 23103 1806/icinga2 ``` ``` root@heimeran ~ #...

Having `chkrootkit -V` exit with an error makes it very difficult to use the command in a script. Unless there is another reason for this then I think changing it...

Hello! As per [SUS Utility syntax guideline 5](https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/), command-line utility should allow multiple arguments to be grouped behind single `-` delimiter. I have yet to come across the *nix utility...

Hi, I just installed chkrootkit-0.53 I got this error running "make sense" on my mac 10.14.3. Can you help? Colin G

currently running chkrootkit on nixOS results in: ![image](https://github.com/Magentron/chkrootkit/assets/1440852/e8b9dcb7-0a3a-4711-a19a-132111930844) ## Expected behavior - not sure why some are INFECTED - no /usr/lib or /sbin in nixOS https://github.com/NixOS/nixpkgs/issues/285643

``` WARNIING: It seems you are using BTRFS, if this is true chkdirs can't help you to find hidden files/dirs chkdirs: Warning: Possible LKM Trojan installed ``` [2 year old...