Metadata-Version: 2.4
Name: multivol
Version: 0.1.0
Summary: MultiVolatility: Analyze memory dumps faster than ever with Volatility2 and Volatility3 in parallel using Docker
Home-page: https://github.com/BoBNewz/MultiVolatility
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: flask
Requires-Dist: flask-cors
Requires-Dist: docker
Requires-Dist: rich
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MultiVolatility

MultiVolatility uses multi-processing to run volatility2 and volatility3 docker containers.
The tool comes with the possibility to send JSON outputs to a web application.

## Build docker images

```shell
git clone https://github.com/BoBNewz/MultiVolatility.git
cd MultiVolatility
docker build Dockerfiles/volatility2/ -t volatility2
docker build Dockerfiles/volatility3/ -t volatility3
```

## Send outputs to the web application

Modify the URL and the API password in the config.yml.

![MultiVolatility](https://github.com/user-attachments/assets/f77c636d-b647-4218-9617-20268616689c)
