diff --git a/src/core/operations/ExtractFiles.mjs b/src/core/operations/ExtractFiles.mjs index b9b260bb..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 = "TODO"; + 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";