mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 13:23:25 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -20,6 +20,7 @@ class DecodeNetBIOSName extends Operation {
|
||||
this.name = "Decode NetBIOS Name";
|
||||
this.module = "Default";
|
||||
this.description = "NetBIOS names as seen across the client interface to NetBIOS are exactly 16 bytes long. Within the NetBIOS-over-TCP protocols, a longer representation is used.<br><br>There are two levels of encoding. The first level maps a NetBIOS name into a domain system name. The second level maps the domain system name into the 'compressed' representation required for interaction with the domain name system.<br><br>This operation decodes the first level of encoding. See RFC 1001 for full details.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/NetBIOS";
|
||||
this.inputType = "byteArray";
|
||||
this.outputType = "byteArray";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user