vol.py
Forensics framework used to analyze volatile memory (RAM) dumps. With volatility3, plugins are now based on operating system. Examples below will use Windows. More information: https://volatility3.readthedocs.io/en/latest/index.html.
python3 vol.py {{[-f|--filename]}} {{path/to/memory_dump_file}} windows.info
python3 vol.py {{[-f|--filename]}} {{path/to/memory_dump_file}} windows.pslist
python3 vol.py {{[-f|--filename]}} {{path/to/memory_dump_file}} windows.hashdump
python3 vol.py {{[-f|--filename]}} {{path/to/memory_dump_file}} windows.netstat
python3 vol.py {{[-h|--help]}}