cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.55k stars 1.71k forks source link

Volatility Library is not available #2487

Open AshleighPrib opened 6 years ago

AshleighPrib commented 6 years ago

Thanks for creating an issue! But first: did you read our community guidelines? https://cuckoo.sh/docs/introduction/community.html

My issue is: I am currently trying to get cuckoo working properly, when I try submit a url, cuckoo runs but I am getting an error that says "Cannot run volatility module: the volatility library is not available. I know I have installed volatility as I validated by entering "python vol.py -h" into my terminal and it works. The volatility framework installed is 2.6. I changed the memory configuration file according to the 'cuckoo sandbox book release 2.0.6', not sure what else I can do. cuckoo.log

My Cuckoo version and operating systems are: Host OS: Ubuntu 18.04.1 Guest OS: Windows 7 Cuckoo: 2.0.6

cyjcyjcyj commented 6 years ago

I met this error,too. Have you resolved it?

doomedraven commented 6 years ago

what about ?

python
import volatility
AshleighPrib commented 6 years ago

I have tried that and still receiving the same error unfortunately

doomedraven commented 6 years ago

that isn't make any sense what it works with python vol.py -h but doesn't with import, basically that means what you have bad install of vol

AshleighPrib commented 5 years ago

@cyjcyjcyj have you had any luck resolving the issue?