From 9a38d524281ba3f6f32cb740590618644bfd8404 Mon Sep 17 00:00:00 2001 From: mattnotmax <39072319+mattnotmax@users.noreply.github.com> Date: Mon, 2 Nov 2020 21:42:34 +1100 Subject: [PATCH] Update ExtractFiles.mjs Updated URL link for File Carving --- src/core/operations/ExtractFiles.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/ExtractFiles.mjs b/src/core/operations/ExtractFiles.mjs index dd146838..1da582b8 100644 --- a/src/core/operations/ExtractFiles.mjs +++ b/src/core/operations/ExtractFiles.mjs @@ -24,7 +24,7 @@ class ExtractFiles extends Operation { this.name = "Extract Files"; this.module = "Default"; this.description = "Performs file carving to attempt to extract files from the input.

This operation is currently capable of carving out the following formats:"; - this.infoURL = "https://forensicswiki.org/wiki/File_Carving"; + this.infoURL = "https://forensicswiki.xyz/wiki/index.php?title=File_Carving"; this.inputType = "ArrayBuffer"; this.outputType = "List"; this.presentType = "html";