summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php-malware-finder/malwares.yara2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-malware-finder/malwares.yara b/php-malware-finder/malwares.yara
index 06b64c4..2384f05 100644
--- a/php-malware-finder/malwares.yara
+++ b/php-malware-finder/malwares.yara
@@ -212,7 +212,7 @@ rule DodgyStrings
212 $ = "libpcprofile" // CVE-2010-3856 local root 212 $ = "libpcprofile" // CVE-2010-3856 local root
213 $ = "locus7s" nocase 213 $ = "locus7s" nocase
214 $ = "ls -la" fullword 214 $ = "ls -la" fullword
215 $ = "meterpreter" fullword" 215 $ = "meterpreter" fullword
216 $ = "nc -l" fullword 216 $ = "nc -l" fullword
217 $ = "php://" 217 $ = "php://"
218 $ = "ps -aux" fullword 218 $ = "ps -aux" fullword