From ddd0101b09621bfd6e3381735dfa9a4abcd96953 Mon Sep 17 00:00:00 2001 From: Aleff Date: Tue, 29 Aug 2023 09:22:02 +0200 Subject: [PATCH] New Forensic tool [+] Volatility3 > Volatility is the world's most widely used framework for extracting digital artifacts from volatile memory (RAM) samples. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f80386..5b56017 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ - [Bulk extractor](https://github.com/simsong/bulk_extractor) - [Disk Clone and ISO Image Acquire](https://guymager.sourceforge.io/) - [Toolsley](https://www.toolsley.com/) +- [Volatility3](https://github.com/volatilityfoundation/volatility3/) ### Payload creation tools - [The FatRat](https://github.com/Screetsec/TheFatRat) - [Brutal](https://github.com/Screetsec/Brutal)