From 59ae9c6437afd8dd94acf500a455e563fae37bb6 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 27 Mar 2019 23:07:43 +0000 Subject: [PATCH] Improved 'Extract Files' description --- 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 b5279c17..c71f0148 100644 --- a/src/core/operations/ExtractFiles.mjs +++ b/src/core/operations/ExtractFiles.mjs @@ -23,7 +23,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.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.inputType = "ArrayBuffer"; this.outputType = "List";