Skip to content

citronneur/volatility-wnf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

volatility-wnf

Browse and dump Windows Notification Facilities

This plugin is based on work of Alex Ionescu and Gabrielle Viala.

This plugin just walk through all process, or by filter one, and dump all subscribers. Additionnaly, it can dump associated data from a subscriber.

Install

Please put wnf.py in your volatility plugin folder.

Use

To dump all subscribers of all process

python vol.py -f your_dump --profile=your_profile wnf

To dump all subscriber of a particular process

python vol.py -f your_dump --profile=your_profile wnf --pid PID

To dump data associated to a particular subscriber

python vol.py -f your_dump --profile=your_profile wnfdata -s ADRESS_OF_SUBSCRIBER

ADRESS_OF_SUBSCRIBER is the first field dump from wnf command.

About

Browse and dump Windows Notification Facilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages