Dik1s/volatility

*** Failed to import volatility.plugins

Closed this issue · 3 comments

What steps will reproduce the problem?
1. I run VF from a zipped file in command line

What is the expected output? What do you see instead?


C:\vf\volatility-2.3.1>vol.py --info
Volatility Foundation Volatility Framework 2.3.1
*** Failed to import volatility.plugins.malware.svcscan (ImportError: No module
named Crypto.Hash)
*** Failed to import volatility.plugins.registry.lsadump (ImportError: No module
 named Crypto.Hash)
*** Failed to import volatility.plugins.registry.shellbags (ImportError: No modu
le named Crypto.Hash)
*** Failed to import volatility.plugins.registry.registryapi (ImportError: No mo
dule named Crypto.Hash)
*** Failed to import volatility.plugins.evtlogs (ImportError: No module named Cr
ypto.Hash)
*** Failed to import volatility.plugins.getservicesids (ImportError: No module n
amed Crypto.Hash)
*** Failed to import volatility.plugins.registry.shimcache (ImportError: No modu
le named Crypto.Hash)
*** Failed to import volatility.plugins.timeliner (ImportError: No module named
Crypto.Hash)



What version of the product are you using? On what operating system?
2.3.1 Win XP SP£



Original issue reported on code.google.com by wiktor.s...@gmail.com on 10 Jun 2014 at 9:01

You are missing the PyCrypto module:

https://code.google.com/p/volatility/wiki/FAQ#I%27m_getting_an_error:_%22_[..]_%
28_ImportError_:_No_module

You can get it from here:

http://www.voidspace.org.uk/python/modules.shtml#pycrypto

I'm going to close the issue for now.  Let us know if you have any other issues.

Original comment by jamie.l...@gmail.com on 10 Jun 2014 at 9:57

  • Changed state: Done
It works like a charm! Thank you!

Original comment by wiktor.s...@gmail.com on 10 Jun 2014 at 10:04

no problem :-)

Original comment by jamie.l...@gmail.com on 10 Jun 2014 at 12:56

  • Changed state: Invalid