diff --git a/modules/security/malware-scanner.sh b/modules/security/malware-scanner.sh index cca8ea7..a0000a7 100755 --- a/modules/security/malware-scanner.sh +++ b/modules/security/malware-scanner.sh @@ -1437,6 +1437,8 @@ else echo "MALWARE SCAN REPORT - $scan_date" echo "═══════════════════════════════════════════════════════════" echo "" + echo "Scanned with: ImunifyAV, ClamAV, Linux Maldet, RKHunter" + echo "" if [ "$real_threats_count" -eq 0 ]; then echo "RESULT: ✅ No malware found - your server is clean" @@ -2391,6 +2393,8 @@ generate_client_report() { echo "MALWARE SCAN REPORT - $scan_date" echo "═══════════════════════════════════════════════════════════" echo "" + echo "Scanned with: ImunifyAV, ClamAV, Linux Maldet, RKHunter" + echo "" if [ ${#real_threats[@]} -eq 0 ]; then echo "RESULT: ✅ No malware found - your server is clean"