You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: