-
Notifications
You must be signed in to change notification settings - Fork 141
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
Vol Community plugs not working - DPAPIck #27
Comments
You have to specify the —plugins option first:
vol.py —plugins=contrib/plugins -f test.raw --profile=Win7SP1x86 malprocfind
|
Thanks for response, but I am afraid that doesnt work : $ vol.py —plugins=contrib/plugins -f test.raw --profile=Win7SP1x86 malprocfind |
I seem to have solved other problems but I still cant get vol.py to run due to thsi error: $ vol.py -h as you can see module is installed $ pip install dpapick |
Same error here |
Just in case, make sure that
Look at
(or See if you get the same path as what you saw in
You can also verify that
If you don't have the library installed for that python you will see the following instead:
So, one way that you can make sure that it gets installed for your version of |
For this issue:
I'm not sure, but it might have happened if you copied and pasted my command. Notice that |
Hi
I am trying to get the modules used in SANS 508 to work on latest SIFT/Volatility build. Modules like malprocfind, processbl etc. I understand that these are in contrib and community builds and I have followed those instructions but I keep getting errors esp around:
vol.py -f test.raw --profile=Win7SP1x86 --plugins=contrib/plugins malprocfind
Volatility Foundation Volatility Framework 2.6
ERROR : volatility.debug : You must specify something to do (try -h)
also tried specifying specific folder :
vol.py --plugins=/usr/lib/python2.7/dist-packages/volatility/plugin-dir/community -- profile=Win7SP1x86 -f jofrey-vmimage.raw malprocfind
Volatility Foundation Volatility Framework 2.6
*** Failed to import volatility.plugins.MichaelBrown.analysis.create_test_db (ImportError: No module named analysis.create_test_db)
*** Failed to import volatility.plugins.FrankBlock.zsh (ImportError: No module named heap_analysis)
*** Failed to import volatility.plugins.JavierVallejo.symbolizemod (ImportError: No module named enumfunc)
ERROR : volatility.debug : Please install DPAPIck library: https://bitbucket.org/jmichel/dpapick
Various other hacks .. but in all cases I get that DPAPick failure :
ERROR : volatility.debug : Please install DPAPIck library: https://bitbucket.org/jmichel/dpapick
I have tried pip uninstall and reinstall dpapick - but no luck
Can you please tell me how to get these modules working as they do in the SAN 508 VM build ??
Thanks
The text was updated successfully, but these errors were encountered: