# Volatility * [Cheat sheet](https://downloads.volatilityfoundation.org/releases/2.4/CheatSheet_v2.4.pdf) * [Hacktricks shee](https://book.hacktricks.xyz/forensics/volatility-examples) * Basic Info, find OS profile ```sh volatility -f imageinfo volatility -f kdbgscan ``` * Process list ```sh volatility -f --profile pslist ``` * List dlls ```sh volatility -f --profile dlllist -p ``` * Last accessed dir ```sh volatility -f --profile shellbags ``` ## Plugins * For example * Truecryptpassphrase * cmdscan, command history * shutdowntime