jvoisin / php-malware-finder

Detect potentially malicious PHP files
GNU Lesser General Public License v3.0
1.47k stars 285 forks source link

0.2.2 tar.gz (releases) > malwares.yara #17

Closed salt-lick closed 8 years ago

salt-lick commented 8 years ago
  214         $ = "ls -la" fullword
  215         $ = "meterpreter" fullword" <-----
  216         $ = "nc -l" fullword

Line 215 has a stray " that causes

./malwares.yara(216): error: unterminated string ./malwares.yara(216): error: syntax error, unexpected $end, expecting CONDITION

jvoisin commented 8 years ago

Fixed in 290e69d Thanks to our amazing and comprehensive testsuite, this shouldn't happen anymore ever !