Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sudden breakdown of the laika execute module #79

Open
sri-telstra opened this issue Sep 5, 2019 · 0 comments
Open

Sudden breakdown of the laika execute module #79

sri-telstra opened this issue Sep 5, 2019 · 0 comments

Comments

@sri-telstra
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant