summaryrefslogtreecommitdiff
path: root/php-malware-finder/tests.sh
diff options
context:
space:
mode:
authorjvoisin2016-12-01 13:26:09 +0100
committerjvoisin2016-12-01 13:27:22 +0100
commite627e456cf20ed382818048e7781f0253a0e0c6b (patch)
tree3ee7b9939883484e5be27e901c878c31980ab184 /php-malware-finder/tests.sh
parentaf0c39a3f7d665ff3f545110296383ac96c5ad59 (diff)
Detect [novahot]( https://github.com/chrisallenlane/novahot )
Closes #37
Diffstat (limited to 'php-malware-finder/tests.sh')
-rwxr-xr-xphp-malware-finder/tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/php-malware-finder/tests.sh b/php-malware-finder/tests.sh
index 6928e65..b9da203 100755
--- a/php-malware-finder/tests.sh
+++ b/php-malware-finder/tests.sh
@@ -90,6 +90,7 @@ run_test artificial/bypasses.php "0x132:\$var_as_func: \$_POST\['funct'\]("
90 90
91# real 91# real
92run_test real/sucuri_2014_04.php '0x67:$execution3:' 92run_test real/sucuri_2014_04.php '0x67:$execution3:'
93run_test real/novahot.php 'DodgyStrings'
93 94
94# Asp files 95# Asp files
95run_test_asp classic/cmdasp.asp 'DodgyStrings' 96run_test_asp classic/cmdasp.asp 'DodgyStrings'