tthtlc / volatility

Automatically exported from code.google.com/p/volatility
GNU General Public License v2.0
0 stars 0 forks source link

*** Failed to import volatility.plugins #502

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
It works like a charm! Thank you!

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

GoogleCodeExporter commented 9 years ago
no problem :-)

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