sudo python vol.py --plugins=../jamaal-re-tools-f427978461d4/volplugins/ethscan.py -f /mnt/hgfs/E/ENSE/F/M/Audits/7523/200309/memory.img
The error:
Volatility Foundation Volatility Framework 2.3.1
ERROR : __main__ : You must specify something to do (try -h)
Maybe the cause of this error can be that the new plugin “ethscan" isn't compatible with non instalable version of volatility 2.3.1, what do you think about?
On the other hand, i found a brief tutorial about ethscan:
vol.py ethscan -f be2.vmem -R --dump-dir outputfiles -C out.pcap -P -S
The execution of the vol.py command is different……. :(
He does not the flag —-plugin=
Thanks for all!!
Ps: My apologies for my level of english
Hi David,
I think you might have also asked this on the channel. So yes, you should use the `--plugins=/path/to/folder/with/ethscan` option, obviously changing the path to a folder that has that plugin. If you were the person on the channel, the issue that you were having is because you must specify `--plugins` first, BEFORE any other options to vol.py:
Let me know if you have any other questions.
All the best,
-gleeda