Closed salt-lick closed 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
Fixed in 290e69d Thanks to our amazing and comprehensive testsuite, this shouldn't happen anymore ever !
Line 215 has a stray " that causes
./malwares.yara(216): error: unterminated string ./malwares.yara(216): error: syntax error, unexpected $end, expecting CONDITION