Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevthehermit/VolUtility
Web App for Volatility framework
https://github.com/kevthehermit/VolUtility
Last synced: 2 months ago
JSON representation
Web App for Volatility framework
- Host: GitHub
- URL: https://github.com/kevthehermit/VolUtility
- Owner: kevthehermit
- License: gpl-3.0
- Created: 2016-03-21T15:30:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T07:54:42.000Z (5 months ago)
- Last Synced: 2024-11-05T08:25:02.027Z (3 months ago)
- Language: Python
- Size: 2.6 MB
- Stars: 380
- Watchers: 40
- Forks: 82
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- ForensicsTools - VolUtility - Web App for Volatility framework (Challenges / Memory Forensics)
- awesome-forensics - VolUtility - Web App for Volatility framework (Tools / Memory Forensics)
- Awesome-Forensics - VolUtility - Web App for Volatility framework (Tools / Memory Forensics)
README
# VolUtility
Web Interface for Volatility Memory Analysis framework## Overview
Runs plugins and stores the output in a mongo database.
Extracts files from plugins (that support dump-dir) and stores them in the database
Search across all plugins and file content with string search and yara rules.
Allows you to work on multiple images in one databaseVideo Demo showing some of the features.
https://www.youtube.com/watch?v=ruEj94Zhn6I## Wiki
See the wiki pages for detailed installation and usage details.
https://github.com/kevthehermit/VolUtility/wiki
## Help## Thanks
- Volatility Foundation for writing Volatility - http://www.volatilityfoundation.org/
- Alissa Torres for teaching me memory via SANS FOR526 - https://twitter.com/sibertor
- Using volatility as a library - http://dsocon.blogspot.co.uk/2012/08/using-volatility-framework-as-library.html
- James Habben's origional eVolve concept - https://github.com/JamesHabben/evolve