/volatility3-plugins

A collection of volatility3 plugins I've made

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

volatility3-plugins

A collection of volatility3 plugins I've made

  • windows.bitwardendump.BitwardenDump - dumps plaintext credentials from an unlocked Bitwarden vault running as a browser extension. (it's also possible to dump the whole unencrypted vault JSON together with the master key, but I've resorted to only dumping URLs, usernames and passwords in case some memory is inaccessible or corrupted)
  • windows.notepad.Notepad - dumps text displayed in a Notepad window. Uses a memory pattern instead of traversing the heap structure so it can produce false-positives. Tested on Windows 7 and 10, won't work on 11 because it has a new UWP version of Notepad.