mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Update 'ExtractFiles' information URL
This commit is contained in:
@@ -39,7 +39,7 @@ class ExtractFiles extends Operation {
|
|||||||
${supportedExts.join("</li><li>")}
|
${supportedExts.join("</li><li>")}
|
||||||
</li>
|
</li>
|
||||||
</ul>Minimum File Size can be used to prune small false positives.`;
|
</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.inputType = "ArrayBuffer";
|
||||||
this.outputType = "List<File>";
|
this.outputType = "List<File>";
|
||||||
this.presentType = "html";
|
this.presentType = "html";
|
||||||
|
|||||||
Reference in New Issue
Block a user