Skip to content

evtx.py error  #2

@th-sid1

Description

@th-sid1

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions