community3 icon indicating copy to clipboard operation
community3 copied to clipboard

evtx.py error

Open th-sid1 opened this issue 3 years ago • 0 comments

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 https://github.com/volatilityfoundation/volatility/pull/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'

th-sid1 avatar Sep 17 '22 18:09 th-sid1