PHP Malicious Code Scanner

Let us talk about scripts, HTML, Perl, PHP, apache, etc.
User avatar
Stevyn
SysOp
Posts:1773
Joined:Mon Nov 09, 2009 10:03 am
Location:Japan
Contact:
PHP Malicious Code Scanner

Post by Stevyn » Wed Jan 28, 2015 12:21 am

Class PHP Malicious Code Scanner

Short description:
Scan files to find malicious PHP code
Groups:
PHP 5
Files and Folders
Security

Supplied by:
Mike Stowe
Detailed description:
This class can scan files to find malicious code.

It can traverse recursively the directory of the current script file and checks the contents of the files to find potentially malicious PHP code in the form of statements using eval and base64_decode functions, super-globals, variable variables, array.

The list of potentially infected files is send to a configurable email address.

http://www.phpclasses.org/package/8985.html

http://www.phpclasses.org/discuss/package/8985/
Contact me directly: Ironfeatherbooks (@) gmail.com

Image

Post Reply