quinta-feira, 26 de agosto de 2021

HOW TO INSTALL VOLATILITY V3 IN KALI LINUX

Hi love, it's me again, it's been a long time since I've been around here!


how to install volatility in kali linux:

make download volatility following this way:

access: 

https://www.volatilityfoundation.org/releases listed as “Source Code” and download those file

after that install the dependences how:

apt-get install pcregrep libpcre++-dev python-dev -y

pip3 install pycrypto

pip3 install distorm3

python3 setup.py install

than, after that, start the execution vol.py -h to validate the functionality

python3 vol.py -h