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

evtx.py error #2

Open
th-sid1 opened this issue Sep 17, 2022 · 0 comments
Open

evtx.py error #2

th-sid1 opened this issue Sep 17, 2022 · 0 comments

Comments

@th-sid1
Copy link

th-sid1 commented Sep 17, 2022

Trying to use community plugin for evtx as suggested in https://scholarworks.uno.edu/cgi/viewcontent.cgi?article=3206&context=td But getting error ... appreciate any help @jaredthecoder

Also could not find the plugin for volatility2 as mentioned in volatilityfoundation/volatility#252

Thank you in advance

volatility3# python vol.py -p /mnt/c/Users/user1/Memory/community3 -f /mnt/c/Users/user1/Downloads/sample/sample.mem Stelte_Syslog.syslog_client
Volatility 3 Framework 2.3.1
Traceback (most recent call last):
  File "/mnt/c/Users/user1/Memory/volatility3/volatility3/framework/__init__.py", line 111, in import_files
    new_module = getattr(new_module, component)
AttributeError: module 'volatility3.plugins' has no attribute 'Moreira_Netfilter'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "vol.py", line 10, in <module>
    volatility3.cli.main()
  File "/mnt/c/Users/user1/Memory/volatility3/volatility3/cli/__init__.py", line 636, in main
    CommandLine().run()
  File "/mnt/c/Users/user1/Memory/volatility3/volatility3/cli/__init__.py", line 232, in run
    failures = framework.import_files(volatility3.plugins,
  File "/mnt/c/Users/user1/Memory/volatility3/volatility3/framework/__init__.py", line 113, in import_files
    failures += [new_module + '.' + component]
TypeError: unsupported operand type(s) for +: 'module' and 'str'
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