Files
php-malware-scanner/patterns_raw.txt
nichogenius 9d60271b11 Added array_ and cslashes
Found a couple of cases where the php functions array_shift and addcslashes were used in base64 encoded malware.

Adding strings to catch any references to 'cslashes' which will catch both addcslashes and strip cslashes
Adding strings to catch any references to 'array_' which will catch about a dozen array modification functions.
2017-07-31 04:02:04 -06:00

5.1 KiB