diff options
| author | jvoisin | 2018-06-26 18:37:23 +0200 |
|---|---|---|
| committer | jvoisin | 2018-06-26 18:37:23 +0200 |
| commit | d9b7742bb7c1179f53429a0d8cab7f0bd04ffe00 (patch) | |
| tree | 78c34754182e8e73f78a4ff799eade71f3ee8a86 /php-malware-finder/tests.sh | |
| parent | ff3087f87dc12a37a345fef98a5b40609aee33de (diff) | |
Detect things like '@include'
This should close #71
Diffstat (limited to 'php-malware-finder/tests.sh')
| -rwxr-xr-x | php-malware-finder/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-malware-finder/tests.sh b/php-malware-finder/tests.sh index aa6cd33..f53097d 100755 --- a/php-malware-finder/tests.sh +++ b/php-malware-finder/tests.sh | |||
| @@ -89,6 +89,7 @@ run_test real/exceptions.php '$eval_comment: eval/\*k\*/(' | |||
| 89 | run_test real/nano.php '$nano: $x\[f\](' | 89 | run_test real/nano.php '$nano: $x\[f\](' |
| 90 | run_test real/ninja.php '$nano: $x\[0\](' | 90 | run_test real/ninja.php '$nano: $x\[0\](' |
| 91 | run_test real/ninja.php '$ninja: base64_decode(substr(getallheaders' | 91 | run_test real/ninja.php '$ninja: base64_decode(substr(getallheaders' |
| 92 | run_test real/include.php ':$silenced_include: @include' | ||
| 92 | 93 | ||
| 93 | run_test undetected/smart.php '0x6:$extract:' | 94 | run_test undetected/smart.php '0x6:$extract:' |
| 94 | 95 | ||
