Script for automatic dump and brute-force passwords using Volatility Framework
Install Volatility and Python
./install_volatility.sh
Run the script
python3 hashdump.py image_path
Script for automatic dump and brute-force hashes using Volatility Framework
PythonMIT