Tagged articles
3 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
May 30, 2024 · Information Security

Install, Update, and Scan with ClamAV on Linux – Step‑by‑Step Guide

This guide explains how to install the open‑source ClamAV antivirus on Linux, update its virus definitions, run recursive scans with various options, and automate deployment using Ansible, providing practical commands and sample outputs for effective malware protection.

AntivirusClamAVVirus scanning
0 likes · 7 min read
Install, Update, and Scan with ClamAV on Linux – Step‑by‑Step Guide
php Courses
php Courses
Apr 30, 2024 · Information Security

Using Cloudmersive Virus Scan API in PHP to Secure File Uploads

This guide explains how to integrate the Cloudmersive virus‑scan API into a PHP application to efficiently detect and block malicious scripts in uploaded files, preventing XSS attacks and ensuring safe file handling with configurable security parameters.

BackendCloudmersive APIPHP
0 likes · 5 min read
Using Cloudmersive Virus Scan API in PHP to Secure File Uploads
php Courses
php Courses
Feb 7, 2021 · Information Security

Scanning Files for Viruses with ClamAV and PHP on Linux

This guide explains how to configure ClamAV on Linux, run the clamdscan command to detect malicious files, and invoke the scanner from PHP using the exec function, including sample configuration and output details.

ClamAVPHPVirus scanning
0 likes · 2 min read
Scanning Files for Viruses with ClamAV and PHP on Linux