diff options
| author | Julien (jvoisin) Voisin | 2016-06-27 16:54:06 +0200 |
|---|---|---|
| committer | Julien (jvoisin) Voisin | 2016-06-27 16:54:06 +0200 |
| commit | 8aaead7501c9d3b72b7660c39fb0cdfdbbc2a62d (patch) | |
| tree | bdaa70ea780b5ab843a485b420ee98749b7d81a5 /php-malware-finder/tests.sh | |
| parent | c97707653e73f44d21dc44b77c1eec7b27293d1a (diff) | |
Add detection for a callback-based malwares
Diffstat (limited to 'php-malware-finder/tests.sh')
| -rwxr-xr-x | php-malware-finder/tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php-malware-finder/tests.sh b/php-malware-finder/tests.sh index 42c2456..6928e65 100755 --- a/php-malware-finder/tests.sh +++ b/php-malware-finder/tests.sh | |||
| @@ -88,6 +88,9 @@ run_test artificial/bypasses.php 'DodgyPhp' | |||
| 88 | run_test artificial/bypasses.php '0x6d:$execution: call_user_func_array($_POST' | 88 | run_test artificial/bypasses.php '0x6d:$execution: call_user_func_array($_POST' |
| 89 | run_test artificial/bypasses.php "0x132:\$var_as_func: \$_POST\['funct'\](" | 89 | run_test artificial/bypasses.php "0x132:\$var_as_func: \$_POST\['funct'\](" |
| 90 | 90 | ||
| 91 | # real | ||
| 92 | run_test real/sucuri_2014_04.php '0x67:$execution3:' | ||
| 93 | |||
| 91 | # Asp files | 94 | # Asp files |
| 92 | run_test_asp classic/cmdasp.asp 'DodgyStrings' | 95 | run_test_asp classic/cmdasp.asp 'DodgyStrings' |
| 93 | 96 | ||
