Code Monkey home page Code Monkey logo

Comments (4)

oshaked1 avatar oshaked1 commented on May 16, 2024 1

According to the last output you have placed the plugins in the volatility3/volatility3/plugins/linux directory. They need to be placed in the volatility3/volatility3/framework/plugins/linux directory together with the rest of the plugins.

from volatility-docker.

MrNonoss avatar MrNonoss commented on May 16, 2024 1

How, my deepest apologies.
You are right. No errors now.

Thank you so much for your help.

from volatility-docker.

oshaked1 avatar oshaked1 commented on May 16, 2024

Hi, have you copied the files under volatility3 changes as well? They contain some framework extensions that are required by the plugins.

from volatility-docker.

MrNonoss avatar MrNonoss commented on May 16, 2024

I forgot at first, but then I did and still have issues:

Volatility 3 Framework 2.3.0
Traceback (most recent call last):
  File "vol.py", line 10, in <module>
    volatility3.cli.main()
  File "/home/machiavel/volatility3/volatility3/cli/__init__.py", line 636, in main
    CommandLine().run()
  File "/home/machiavel/volatility3/volatility3/cli/__init__.py", line 232, in run
    failures = framework.import_files(volatility3.plugins,
  File "/home/machiavel/volatility3/volatility3/framework/__init__.py", line 125, in import_files
    failures += import_file(base_module.__name__ + '.' + submodule,
  File "/home/machiavel/volatility3/volatility3/framework/__init__.py", line 152, in import_file
    importlib.import_module(module)
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/machiavel/volatility3/volatility3/plugins/linux/mount.py", line 9, in <module>
    from volatility3.plugins.linux import pslist
  File "/home/machiavel/volatility3/volatility3/plugins/linux/pslist.py", line 59, in <module>
    class PsList(interfaces.plugins.PluginInterface):
  File "/home/machiavel/volatility3/volatility3/plugins/linux/pslist.py", line 111, in PsList
    task: symbols.linux.extensions.task_struct,
AttributeError: module 'volatility3.framework.symbols' has no attribute 'linux'

from volatility-docker.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.