blacktop / docker-volatility

Volatility Dockerfile
MIT License
30 stars 6 forks source link

Failed to import community plugins #8

Closed nov3mb3r closed 6 years ago

nov3mb3r commented 6 years ago

Upon running the following error appears *** Failed to import volatility.plugins.community.LoïcJaquemet.vol_haystack (ImportError: cannot import name api)

blacktop commented 6 years ago

Can you tell me the exact cmd you used? There is a plugin tag that should include all the main plugins and their deps.

nov3mb3r commented 6 years ago

sudo docker run --rm -v /$(pwd):/data:ro blacktop/volatility:plugins -f case01.img imageinfo

blacktop commented 6 years ago

hmmm, that's strange. I have rebuilt using all the required pip deps and it still errors out. I think the haystack lib has changed and broken their vol plugin.

blacktop commented 6 years ago

pinned haystack to version 0.36 and it seems to be working now

blacktop commented 6 years ago

It should be done building in the dockerHUB, so if you did a fresh docker pull it should be working now.