cyberchef 9.47.0 → 9.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cyberchef",
|
|
3
|
-
"version": "9.47.
|
|
3
|
+
"version": "9.47.1",
|
|
4
4
|
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
|
|
5
5
|
"author": "n1474335 <n1474335@gmail.com>",
|
|
6
6
|
"homepage": "https://gchq.github.io/CyberChef",
|
|
@@ -3584,10 +3584,27 @@
|
|
|
3584
3584
|
"value": [
|
|
3585
3585
|
"A",
|
|
3586
3586
|
"AAAA",
|
|
3587
|
-
"
|
|
3588
|
-
"
|
|
3587
|
+
"ANAME",
|
|
3588
|
+
"CERT",
|
|
3589
|
+
"CNAME",
|
|
3589
3590
|
"DNSKEY",
|
|
3590
|
-
"
|
|
3591
|
+
"HTTPS",
|
|
3592
|
+
"IPSECKEY",
|
|
3593
|
+
"LOC",
|
|
3594
|
+
"MX",
|
|
3595
|
+
"NS",
|
|
3596
|
+
"OPENPGPKEY",
|
|
3597
|
+
"PTR",
|
|
3598
|
+
"RRSIG",
|
|
3599
|
+
"SIG",
|
|
3600
|
+
"SOA",
|
|
3601
|
+
"SPF",
|
|
3602
|
+
"SRV",
|
|
3603
|
+
"SSHFP",
|
|
3604
|
+
"TA",
|
|
3605
|
+
"TXT",
|
|
3606
|
+
"URI",
|
|
3607
|
+
"ANY"
|
|
3591
3608
|
]
|
|
3592
3609
|
},
|
|
3593
3610
|
{
|
|
@@ -51,10 +51,27 @@ class DNSOverHTTPS extends Operation {
|
|
|
51
51
|
value: [
|
|
52
52
|
"A",
|
|
53
53
|
"AAAA",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
54
|
+
"ANAME",
|
|
55
|
+
"CERT",
|
|
56
|
+
"CNAME",
|
|
56
57
|
"DNSKEY",
|
|
57
|
-
"
|
|
58
|
+
"HTTPS",
|
|
59
|
+
"IPSECKEY",
|
|
60
|
+
"LOC",
|
|
61
|
+
"MX",
|
|
62
|
+
"NS",
|
|
63
|
+
"OPENPGPKEY",
|
|
64
|
+
"PTR",
|
|
65
|
+
"RRSIG",
|
|
66
|
+
"SIG",
|
|
67
|
+
"SOA",
|
|
68
|
+
"SPF",
|
|
69
|
+
"SRV",
|
|
70
|
+
"SSHFP",
|
|
71
|
+
"TA",
|
|
72
|
+
"TXT",
|
|
73
|
+
"URI",
|
|
74
|
+
"ANY"
|
|
58
75
|
]
|
|
59
76
|
},
|
|
60
77
|
{
|