mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Signature update reported in #42
This commit is contained in:
@@ -105,3 +105,6 @@ function\s+_[0-9]{8,}\(
|
|||||||
|
|
||||||
# escaped include with error hiding
|
# escaped include with error hiding
|
||||||
@include ".*?(\\x[0-9a-f]{2,}.*?){2,}.*?";
|
@include ".*?(\\x[0-9a-f]{2,}.*?){2,}.*?";
|
||||||
|
|
||||||
|
# create_function is dangerous as like eval() see http://php.net/manual/en/function.create-function.php
|
||||||
|
create_function\s*\(\s*['"]{2}
|
||||||
Reference in New Issue
Block a user