Tag

file scanning

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Mar 28, 2024 · Information Security

Using Cloudmersive Security API with PHP to Scan Executable Files and Prevent Threats

This guide explains how to install the Cloudmersive Security SDK, obtain a free API key, and use PHP code to configure advanced scanning options—such as disabling executable detection and customizing threat rules—to safely analyze files for malware, scripts, encrypted content, macros, and other security risks.

CloudmersiveMalware DetectionPHP
0 likes · 6 min read
Using Cloudmersive Security API with PHP to Scan Executable Files and Prevent Threats
Python Programming Learning Circle
Python Programming Learning Circle
Feb 9, 2022 · Information Security

Simple Python Antivirus Script Tutorial

This article narrates a real‑world incident where a frozen computer leads the author to develop a simple Python antivirus that scans directories, matches files against a virus list, and deletes infected files using the os module, illustrating basic information‑security scripting techniques.

Tutorialantivirusfile scanning
0 likes · 6 min read
Simple Python Antivirus Script Tutorial