diff options
| author | Julien "shaddai" Reveret | 2016-02-15 17:52:25 +0100 |
|---|---|---|
| committer | Julien "shaddai" Reveret | 2016-02-15 17:52:25 +0100 |
| commit | 290e69de7040158cd7018535b609a375d4e9b347 (patch) | |
| tree | aa29c9a135f04771a8ea69715d34e373c3305a49 | |
| parent | 3a55ffd8b4799d8fe85ccc3a8a618ec9a2c67cea (diff) | |
typo fix in malwares.yara
| -rw-r--r-- | php-malware-finder/malwares.yara | 2 |
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 |
