Skip to content

its5Q/volatility3-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of volatility3 plugins I've made

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages