# Instalar y ejecutar volatility 2.6.1 en Python 2 + kali cd && \ sudo apt install -y build-essential git libdistorm3-dev yara libraw1394-11 libcapstone-dev capstone-tool tzdata && \ sudo apt install -y python2 python2.7-dev libpython2-dev && \ curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py && \ sudo python2 get-pip.py && \ sudo python2 -m pip install -U setuptools wheel && \ sudo python2 -m pip install -U distorm3 yara pycrypto pillow openpyxl ujson pytz ipython capstone && \ sudo python2 -m pip install yara && \ sudo ln -s /usr/local/lib/python2.7/dist-packages/usr/lib/libyara.so /usr/lib/libyara.so && \ sudo python2 -m pip install -U git+https://github.com/volatilityfoundation/volatility.git && \ echo 'export PATH=/home/kali/.local/bin:$PATH' >> ~/.zshrc && \ . ~/.zshrc && \ git clone https://github.com/superponible/volatility-plugins.git