mirror of
https://github.com/gchq/CyberChef
synced 2025-12-25 20:53:36 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -21,6 +21,7 @@ class Untar extends Operation {
|
||||
this.name = "Untar";
|
||||
this.module = "Compression";
|
||||
this.description = "Unpacks a tarball and displays it per file.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Tar_(computing)";
|
||||
this.inputType = "byteArray";
|
||||
this.outputType = "List<File>";
|
||||
this.presentType = "html";
|
||||
|
||||
Reference in New Issue
Block a user