D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
local
/
maldetect
/
internals
/
Filename :
panel_alert.etpl
back
Copy
if [ -z "$type" ]; then type=scan fi cat >> $tmpf <<EOF HOST: $HOSTNAME SCAN ID: $scanid STARTED: $scan_start_hr COMPLETED: $scan_end_hr ELAPSED: ${scan_et}s [find: ${file_list_et}s] EOF if [ "$spath" ]; then echo "PATH: $hrspath" >> $tmpf fi if [ "$days" ] && [ ! "$days" == "all" ]; then echo "RANGE: $days days" >> $tmpf fi cat >> $tmpf <<EOF TOTAL HITS: $user_tot_hits TOTAL CLEANED: $user_tot_cl EOF if [ "$quarantine_hits" == "0" ] && [ ! "$tot_hits" == "0" ]; then echo "WARNING: Automatic quarantine is currently disabled, detected threats are still accessible to users!" >> $tmpf echo "To enable, set quarantine_hits=1 and/or to quarantine hits from this scan run:" >> $tmpf echo -e "/usr/local/sbin/maldet -q $datestamp.$$\n" >> $tmpf elif [ "$quarantine_hits" == "1" ]; then echo "NOTICE: Automatic quarantine is enabled, and all detected threats have been quarantined." >> $tmpf echo "All quarantined files have been moved to $quardir, and their metadata have been preserved." >> $tmpf echo "Please see below for details on which files have been moved to quarantine." >> $tmpf fi if [ "$quarantine_clean" == "1" ]; then if [ "$type" == "scan" ] && [ -f "$sessdir/clean.$$" ] && [ ! -z "$(cat $sessdir/clean.$$)" ]; then cleaned_list="$sessdir/clean.$$" fi if [ -f "$cleaned_list" ]; then cat >> $tmpf <<EOF CLEANED & RESTORED FILES: $(cat $cleaned_list) EOF fi if [ "$quarantine_suspend_user" == "1" ]; then if [ -f "$sessdir/suspend.users.$$" ] && [ ! -z "$(cat $sessdir/suspend.users.$$)" ]; then suspended_list="$sessdir/suspend.users.$$" fi if [ -f "$suspended_list" ]; then cat >> $tmpf <<EOF SUSPENDED ACCOUNTS: $(cat "$suspended_list") EOF fi fi fi if [ ! "$user_tot_hits" == "0" ]; then hitlist_file="$tmpdir/.${sys_user}.hits" if [ -f "$hitlist_file" ]; then echo "FILE HIT LIST:" >> $tmpf if [ "$coltest" ]; then cat $hitlist_file | column -s ':' -t -o ':' >> $tmpf else cat $hitlist_file >> $tmpf fi fi fi cat >> $tmpf <<EOF =============================================== Linux Malware Detect v$ver < proj@rfxn.com > EOF
Name
Size
Last Modified
Owner
Permissions
Actions
VERSION.hash
0.063
KB
April 26 2025 9:49:36
root
0644
compat.conf
3.831
KB
September 07 2018 1:37:50
root
0644
functions
86.632
KB
February 26 2025 1:44:33
root
0644
hexfifo.pl
1.381
KB
April 10 2023 10:45:54
root
0644
hexstring.pl
0.627
KB
February 23 2025 3:21:25
root
0644
importconf
15.811
KB
February 24 2025 1:40:37
root
0644
internals.conf
4.393
KB
February 23 2025 3:09:39
root
0644
panel_alert.etpl
2.121
KB
March 27 2023 7:17:37
root
0644
scan.etpl
2.929
KB
February 19 2025 2:33:24
root
0644
tlog
2.438
KB
September 27 2015 7:38:49
root
0750
2017 © D7net | D704T team