summaryrefslogtreecommitdiff
path: root/php-malware-finder/tests.sh
diff options
context:
space:
mode:
authorJulien (jvoisin) Voisin2016-06-27 16:54:06 +0200
committerJulien (jvoisin) Voisin2016-06-27 16:54:06 +0200
commit8aaead7501c9d3b72b7660c39fb0cdfdbbc2a62d (patch)
treebdaa70ea780b5ab843a485b420ee98749b7d81a5 /php-malware-finder/tests.sh
parentc97707653e73f44d21dc44b77c1eec7b27293d1a (diff)
Add detection for a callback-based malwares
Diffstat (limited to 'php-malware-finder/tests.sh')
-rwxr-xr-xphp-malware-finder/tests.sh3
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'
88run_test artificial/bypasses.php '0x6d:$execution: call_user_func_array($_POST' 88run_test artificial/bypasses.php '0x6d:$execution: call_user_func_array($_POST'
89run_test artificial/bypasses.php "0x132:\$var_as_func: \$_POST\['funct'\](" 89run_test artificial/bypasses.php "0x132:\$var_as_func: \$_POST\['funct'\]("
90 90
91# real
92run_test real/sucuri_2014_04.php '0x67:$execution3:'
93
91# Asp files 94# Asp files
92run_test_asp classic/cmdasp.asp 'DodgyStrings' 95run_test_asp classic/cmdasp.asp 'DodgyStrings'
93 96