PHP Vulnerability Scanner
Package:
Summary:
Scan script files for malicious code
Groups:
Author:
Description:
This class can be used to scan script files to find eventually malicious code.
It can traverse a given directory recursively and checks script files to see if they may contain code that may be eventually malicious.
Currently it finds script files that are using functions often used in infected scripts, such as base64_encode and base64_decode.
It can traverse a given directory recursively and checks script files to see if they may contain code that may be eventually malicious.
Currently it finds script files that are using functions often used in infected scripts, such as base64_encode and base64_decode.
Comments are closed.