PHP木马检测脚本:phpMussel
完美为共享主机环境,其中它通常不可能到使用或安装常规防病毒保护,phpMussel是一个PHP脚本旨在检测木马,病毒,恶意软件,和其他威胁在文件上传到您的系统随地这个脚本是叫,根据ClamAV的签名和其他签名。
PHPMUSSEL版权2013和此后GNU/GPLv.2通过Caleb M (Maikuolan)。
这个脚本是免费软件;您可以重新分配它和/或修改它按照条款GNU通用公共许可证发表由自由软件基金会;或第2版本的许可证,或(根据您的选择)任何新版本。这个脚本是提供在希望将是有用,但不提供任何担保和不提供任何隐含担保的适销或适用于某一特定用途。见GNU通用公共许可证的更多细节,坐落于LICENSE文件于_docs文件夹的相关包和知识库的此文件和也可从:
-
http://www.gnu.org/licenses/。
-
http://opensource.org/licenses/。
谢谢ClamAV为计划灵感和为签名这个脚本利用,没有它,这个脚本很可能不会存在,或充其量,将有非常有限的价值。
谢谢Sourceforge和GitHub为主办的计划文件,Spambot Security为主办的phpMussel讨论论坛,和其他来源的签名利用由phpMussel:SecuriteInfo.com,PhishTank,NLNetLabs和他人,和特别谢谢大家为支持的计划,和任何人我忘了提,和您,为您的运用的脚本。
这个文件和其关联包可以下载免费从:
-
[Sourceforge](http://phpmussel.sourceforge.net/)。
-
[GitHub](https://github.com/Maikuolan/phpMussel/)。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Laravel simplifies HTTP verb handling in incoming requests, streamlining diverse operation management within your applications. The method() and isMethod() methods efficiently identify and validate request types. This feature is crucial for building

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:
