This commit is contained in:
Gabor Gyorvari
2018-03-03 08:45:49 +01:00
parent 306b3cf703
commit 4149728e2b

View File

@@ -77,4 +77,13 @@ chr\s*\(\s*['"]?\s*((95)|(0[Xx]5[Ff]))\s*['"]?\s*\)
\/\*[a-z0-9]{5}\*\/ \/\*[a-z0-9]{5}\*\/
# XOR-ed strings with custom math # XOR-ed strings with custom math
%\(\d+\-\d+\+\d+\)==\(\-\d+\+\d+\+\d+\) %\(\d+\-\d+\+\d+\)==\(\-\d+\+\d+\+\d+\)
# eval code from POST on second nested level
eval\(\$[a-z0-9_]+\(\$_POST
# characted concated with chr() alteast 3 times
("[a-z0-9]+"\.chr\(\d+\)\.){3,}
# nested function call used variables
\$[a-z]+\(\$[a-z0-9]+\(