mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Pattern for XOR-ed content math, reported in #14
This commit is contained in:
@@ -79,6 +79,9 @@ chr\s*\(\s*['"]?\s*((95)|(0[Xx]5[Ff]))\s*['"]?\s*\)
|
|||||||
# XOR-ed strings with custom math
|
# XOR-ed strings with custom math
|
||||||
%\(\d+\-\d+\+\d+\)==\(\-\d+\+\d+\+\d+\)
|
%\(\d+\-\d+\+\d+\)==\(\-\d+\+\d+\+\d+\)
|
||||||
|
|
||||||
|
# XOR-ed strings with custom math 2.
|
||||||
|
\(\$[a-zA-Z0-9]+%\d==\(\d+\-\d+\+\d+\)
|
||||||
|
|
||||||
# eval code from POST on second nested level
|
# eval code from POST on second nested level
|
||||||
eval\(\$[a-z0-9_]+\(\$_POST
|
eval\(\$[a-z0-9_]+\(\$_POST
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user