-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
Hi all,
Trying to get Evolve functioning in my SIFT VM. SIFT has Volatility 2.4 preinstalled, and I'm trying Evolve 1.4.2.
I am using the stuxnet.vmem sample capture and issue the following command to start evolve:
sansforensics@siftworkstation:~/Documents/evolve-master$ ./evolve.py -f /home/sansforensics/Desktop/stuxnet.vmem --p WinXPSP3x86
I can access the evolve web interface and when I click on pslist to run that plugin the console spits out the following:
running: pslist
pslist: 'PSList' object has no attribute 'render_sqlite'
192.168.79.1 - - [25/Oct/2015 18:47:22] "GET /data/plugins HTTP/1.1" 200 14814
Short of ripping out volatility on the SIFT and reinstalling it, is there something else I should check?
Thanks!
-Moz