diff --git a/README b/README index f2793ed..e49d82f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Linux Malware Detect v1.6.6 +Linux Malware Detect v1.6.6.1 (C) 2002-2025, R-fx Networks (C) 2025, Ryan MacDonald This program may be freely redistributed under the terms of the GNU GPL v2 diff --git a/files/conf.maldet b/files/conf.maldet index 8e70dae..15a4a07 100644 --- a/files/conf.maldet +++ b/files/conf.maldet @@ -1,5 +1,5 @@ ## -# Linux Malware Detect v1.6.6 +# Linux Malware Detect v1.6.6.1 # (C) 2002-2025, R-fx Networks # (C) 2025, Ryan MacDonald # This program may be freely redistributed under the terms of the GNU GPL v2 diff --git a/files/internals/functions b/files/internals/functions index c193e77..5a226a4 100644 --- a/files/internals/functions +++ b/files/internals/functions @@ -1,5 +1,5 @@ ## -# Linux Malware Detect v1.6.6 +# Linux Malware Detect v1.6.6.1 # (C) 2002-2025, R-fx Networks # (C) 2025, Ryan MacDonald # This program may be freely redistributed under the terms of the GNU GPL v2 diff --git a/files/internals/hexfifo.pl b/files/internals/hexfifo.pl index cdab08a..61d9085 100644 --- a/files/internals/hexfifo.pl +++ b/files/internals/hexfifo.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # ## -# Linux Malware Detect v1.6.6 +# Linux Malware Detect v1.6.6.1 # (C) 2002-2023, R-fx Networks # (C) 2023, Ryan MacDonald # This program may be freely redistributed under the terms of the GNU GPL v2 diff --git a/files/internals/hexstring.pl b/files/internals/hexstring.pl index d65b939..7401b4f 100644 --- a/files/internals/hexstring.pl +++ b/files/internals/hexstring.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # ## -# Linux Malware Detect v1.6.6 +# Linux Malware Detect v1.6.6.1 # (C) 2002-2023, R-fx Networks # (C) 2023, Ryan MacDonald # This program may be freely redistributed under the terms of the GNU GPL v2 diff --git a/files/internals/importconf b/files/internals/importconf index 2ec20c7..b6cddc8 100644 --- a/files/internals/importconf +++ b/files/internals/importconf @@ -1,7 +1,7 @@ cat > /usr/local/maldetect/conf.maldet < # (C) 2025, Ryan MacDonald # This program may be freely redistributed under the terms of the GNU GPL v2 diff --git a/files/internals/internals.conf b/files/internals/internals.conf index a299cd9..9ff4af1 100644 --- a/files/internals/internals.conf +++ b/files/internals/internals.conf @@ -1,5 +1,5 @@ ## -# Linux Malware Detect v1.6.6 +# Linux Malware Detect v1.6.6.1 # (C) 2002-2025, R-fx Networks # (C) 2025, Ryan MacDonald # This program may be freely redistributed under the terms of the GNU GPL v2 diff --git a/files/maldet b/files/maldet index 3d41753..ce7bbaf 100755 --- a/files/maldet +++ b/files/maldet @@ -1,14 +1,14 @@ #!/usr/bin/env bash # ## -# Linux Malware Detect v1.6.6 +# Linux Malware Detect v1.6.6.1 # (C) 2002-2025, R-fx Networks # (C) 2025, Ryan MacDonald # This program may be freely redistributed under the terms of the GNU GPL v2 ## # PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin -ver=1.6.6 +ver=1.6.6.1 inspath='/usr/local/maldetect' intcnf="$inspath/internals/internals.conf" if [ -f "/etc/sysconfig/maldet" ]; then diff --git a/files/maldet.1 b/files/maldet.1 index 1d8e433..be2fbb2 100644 --- a/files/maldet.1 +++ b/files/maldet.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. -.TH LINUX-MALWARE-DETECT "19" "September 2016" "Linux Malware Detect v1.6.6" "User Commands" +.TH LINUX-MALWARE-DETECT "19" "September 2016" "Linux Malware Detect v1.6.6.1" "User Commands" .SH NAME maldet \- Linux Malware Detect .SH SYNOPSIS diff --git a/files/service/maldet.sysconfig b/files/service/maldet.sysconfig index f630d1f..4b3c1e1 100644 --- a/files/service/maldet.sysconfig +++ b/files/service/maldet.sysconfig @@ -1,5 +1,5 @@ ## -# Linux Malware Detect v1.6.6 +# Linux Malware Detect v1.6.6.1 # (C) 2002-2025, R-fx Networks # (C) 2025, Ryan MacDonald # This program may be freely redistributed under the terms of the GNU GPL v2 diff --git a/install.sh b/install.sh index 2760aac..e0a7292 100755 --- a/install.sh +++ b/install.sh @@ -1,14 +1,14 @@ #!/usr/bin/env bash # ## -# Linux Malware Detect v1.6.6 +# Linux Malware Detect v1.6.6.1 # (C) 2002-2025, R-fx Networks # (C) 2025, Ryan MacDonald # This program may be freely redistributed under the terms of the GNU GPL v2 ## # PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin -ver=1.6.6 +ver=1.6.6.1 ver_major=1.6 inspath=/usr/local/maldetect logf=$inspath/logs/event_log