From d523e3d3a4c538ac721c9ca40727394767c570ba Mon Sep 17 00:00:00 2001 From: skelsec Date: Mon, 14 Oct 2024 20:39:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e4f55d..881a212 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Currently supported data sources: 1. live - reads the LSASS porcess' memory directly 2. minidump - processes a minidump file created by dumping the LSASS process 3. rekall (volatility fork) - processes basically ANY windows memory dumps that rekall can parse -4. pcileech - can dump secrets DIRECTLY via DMA of a live computer +4. pcileech - not supported anymore 5. remote - this is another project. TBD :) 6. `your project here` seriously, it's super-simple to integrate.