Merge branch 'master' into master

This commit is contained in:
a3957273 2024-02-03 01:25:55 +00:00 committed by GitHub
commit b5e3a6c5a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 56 additions and 53 deletions

View file

@ -39,7 +39,7 @@ class ExtractFiles extends Operation {
${supportedExts.join("</li><li>")}
</li>
</ul>Minimum File Size can be used to prune small false positives.`;
this.infoURL = "https://forensicswiki.xyz/wiki/index.php?title=File_Carving";
this.infoURL = "https://forensics.wiki/file_carving";
this.inputType = "ArrayBuffer";
this.outputType = "List<File>";
this.presentType = "html";