lmco / laikaboss

Laika BOSS: Object Scanning System
Apache License 2.0
732 stars 155 forks source link

Sudden breakdown of the laika execute module #79

Open sri-telstra opened 5 years ago

sri-telstra commented 5 years ago

Hi guys,

Its been really fascinating experimenting with the laikaboss for web scanning. It was working well earlier, but after an apt update (cannot really put a finger on what specifically changed), I'm steadily receiving the error on below.

ERROR:root:error on 47ca1da3-faf5-4002-a7d4-f411592d0adb running module META_PE. exception details below: Traceback (most recent call last): File "/home/hostname/Programs/laikaboss/laikaboss/si_module.py", line 43, in run moduleResult = self._run(scanObject, result, depth, args) File "/home/hostname/Programs/laikaboss/laikaboss/modules/meta_pe.py", line 201, in _run self.module_name, 'Rich Header', self.parseRich(pe)) File "/home/hostname/Programs/laikaboss/laikaboss/modules/meta_pe.py", line 247, in parseRich result['Hashes'] = self.richHeaderHashes(pe) File "/home/hostname/Programs/laikaboss/laikaboss/modules/meta_pe.py", line 259, in richHeaderHashes rich_end = data.index(0x68636952) ValueError: 1751345490 is not in list

Additionally, I'm now having issues on laikaboss/laikaboss/dispatch.py where it says the following. Traceback (most recent call last): File "laika.py", line 25, in from laikaboss.dispatch import Dispatch, close_modules File "/home/hostname/Programs/laikaboss/laikaboss/dispatch.py", line 18, in from util import get_scanObjectUID, listToSSV, yara_on_demand, \ ModuleNotFoundError: No module named 'util'