Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Linux Malware Detect v1.6.6
Linux Malware Detect v1.6.6.1
(C) 2002-2025, R-fx Networks <[email protected]>
(C) 2025, Ryan MacDonald <[email protected]>
This program may be freely redistributed under the terms of the GNU GPL v2
Expand Down
2 changes: 1 addition & 1 deletion files/conf.maldet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# Linux Malware Detect v1.6.6
# Linux Malware Detect v1.6.6.1
# (C) 2002-2025, R-fx Networks <[email protected]>
# (C) 2025, Ryan MacDonald <[email protected]>
# This program may be freely redistributed under the terms of the GNU GPL v2
Expand Down
2 changes: 1 addition & 1 deletion files/internals/functions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# Linux Malware Detect v1.6.6
# Linux Malware Detect v1.6.6.1
# (C) 2002-2025, R-fx Networks <[email protected]>
# (C) 2025, Ryan MacDonald <[email protected]>
# This program may be freely redistributed under the terms of the GNU GPL v2
Expand Down
2 changes: 1 addition & 1 deletion files/internals/hexfifo.pl
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
# (C) 2023, Ryan MacDonald <[email protected]>
# This program may be freely redistributed under the terms of the GNU GPL v2
Expand Down
2 changes: 1 addition & 1 deletion files/internals/hexstring.pl
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
# (C) 2023, Ryan MacDonald <[email protected]>
# This program may be freely redistributed under the terms of the GNU GPL v2
Expand Down
2 changes: 1 addition & 1 deletion files/internals/importconf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cat > /usr/local/maldetect/conf.maldet <<EOF
#
##
# Linux Malware Detect v1.6.6
# Linux Malware Detect v1.6.6.1
# (C) 2002-2025, R-fx Networks <[email protected]>
# (C) 2025, Ryan MacDonald <[email protected]>
# This program may be freely redistributed under the terms of the GNU GPL v2
Expand Down
2 changes: 1 addition & 1 deletion files/internals/internals.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# Linux Malware Detect v1.6.6
# Linux Malware Detect v1.6.6.1
# (C) 2002-2025, R-fx Networks <[email protected]>
# (C) 2025, Ryan MacDonald <[email protected]>
# This program may be freely redistributed under the terms of the GNU GPL v2
Expand Down
4 changes: 2 additions & 2 deletions files/maldet
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
# (C) 2025, Ryan MacDonald <[email protected]>
# 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
Expand Down
2 changes: 1 addition & 1 deletion files/maldet.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion files/service/maldet.sysconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# Linux Malware Detect v1.6.6
# Linux Malware Detect v1.6.6.1
# (C) 2002-2025, R-fx Networks <[email protected]>
# (C) 2025, Ryan MacDonald <[email protected]>
# This program may be freely redistributed under the terms of the GNU GPL v2
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
# (C) 2025, Ryan MacDonald <[email protected]>
# 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
Expand Down