Russell
37a86b58e5
Added decoder for chunked HTTP encoding
...
This decoder will join up a HTTP response sent using chunked transfer encoding, raised in issue #168 .
This is useful when attempting to extract files or gzipped responses sent using chunked transfer encoding, particularly when combined with the gunzip operation.
2018-05-23 12:51:37 +00:00
n1474335
dcc28438ff
7.11.1
2018-05-10 15:34:23 +00:00
n1474335
df7c1721f5
PGP ops no longer require a key to be in date
2018-05-10 15:34:10 +00:00
n1474335
403296cc59
7.11.0
2018-05-04 16:11:50 +00:00
n1474335
addb2b4448
Merge branch 'JustAnotherMark-totable-operation'
2018-05-04 16:10:39 +00:00
n1474335
8556bdcdeb
Tidied up 'To Table' operation, adding better CSV parsing support.
2018-05-04 16:10:22 +00:00
n1474335
8fc5f59647
Merge branch 'totable-operation' of https://github.com/JustAnotherMark/CyberChef into JustAnotherMark-totable-operation
2018-05-01 15:41:51 +00:00
n1474335
f7729c0fd2
7.10.3
2018-04-30 17:55:26 +00:00
n1474335
e2376c7c71
'BSON serialise' errors are now thrown correctly
2018-04-30 17:55:21 +00:00
n1474335
2cefd3b941
Updated dependencies
2018-04-30 17:52:43 +00:00
n1474335
68ab2da866
7.10.2
2018-04-30 16:51:24 +00:00
n1474335
72f7f0b70c
Utils.fromHex function now defaults to automatically strip all delimiters. Fixes #295
2018-04-30 16:51:04 +00:00
n1474335
d18a7df3bc
7.10.1
2018-04-29 21:45:07 +01:00
n1474335
f81012ef6e
CRC Checksum operations now send their input as ArrayBuffers. Tests added. Fixes #293
2018-04-29 21:44:54 +01:00
Mark Jones
411bba53a8
Fix code style issues raised by linting.
2018-04-26 13:00:35 +01:00
Mark Jones
e2af3c78e7
Added ToTable operation to output data as ASCII or HTML tables.
2018-04-26 00:33:19 +01:00
n1474335
cb66508b8a
jsesc is now transpiled with babel
2018-04-06 15:44:49 +01:00
n1474335
c56038a1e2
Added error message for loading errors. Closes #254
2018-04-05 15:58:19 +00:00
n1474335
81e62a6c22
Merge branch 'master' of github.com:gchq/CyberChef
2018-03-29 00:00:09 +01:00
n1474335
c501720cdd
7.10.0
2018-03-28 23:58:52 +01:00
n1474335
92b5aa08f3
Updated dependencies
2018-03-28 23:58:43 +01:00
n1474335
1097170a68
Updated dependencies
2018-03-28 23:56:33 +01:00
n1474335
e6e2b169dc
Merge branch 'tlwr-feature-add-pgp-kbpgp'
2018-03-28 23:27:01 +01:00
n1474335
e41145427e
Tidied up PGP operations and added progress callback
2018-03-28 23:26:48 +01:00
n1474335
caadf8e762
Added tags to X.509 operation description
2018-03-28 10:22:22 +00:00
n1474335
1143c23ad9
Merge branch 'feature-add-pgp-kbpgp' of https://github.com/tlwr/CyberChef into tlwr-feature-add-pgp-kbpgp
2018-03-27 00:07:20 +01:00
n1474335
c1bb93eec1
7.9.0
2018-03-26 22:43:58 +01:00
n1474335
1ae9c82e29
Merge branch 'feature-updates'
2018-03-26 22:43:48 +01:00
n1474335
715ca1c292
Added Bcrypt, Scrypt, BSON and string operations along with many new tests.
2018-03-26 22:25:36 +01:00
n1474335
2f5b0533d8
Added note to 'From UNIX Timestamp' op regarding date formats.
2018-03-23 20:08:53 +00:00
n1474335
5ece79c74d
7.8.1
2018-03-23 20:02:03 +00:00
n1474335
12c226f874
Updated DisassembleX86-64 library to fix issue with call instrution. Closes #246 .
2018-03-23 20:01:56 +00:00
n1474335
567474ce00
Removed confusing delimiters from fuzzy hash comparison ops
2018-03-04 18:49:05 +00:00
n1474335
209a5b7274
7.8.0
2018-03-04 18:45:23 +00:00
n1474335
e962c9594b
Merge branch 'feature-fuzzy-hashes'
2018-03-04 18:45:15 +00:00
n1474335
242bad09ea
Added SSDEEP and CTPH operations
2018-03-04 18:41:41 +00:00
n1474335
8dd223f1cb
7.7.8
2018-03-04 17:51:39 +00:00
n1474335
d15662dea4
Merge branch 'bug-hashes'
2018-03-04 17:49:36 +00:00
n1474335
f47a408755
Fix for UTF-8/binary handling in hashing operations. Added tests to prevent future breakages. Closes #249 .
2018-03-04 17:39:53 +00:00
n1474335
8360c9e9f9
Fixed noindex meta tag for standalone version
2018-03-02 11:15:37 +00:00
n1474335
328142dac7
Added 's' to the standalone version string
2018-03-01 20:32:09 +00:00
n1474335
372b2378a8
7.7.7
2018-03-01 19:45:47 +00:00
n1474335
574207c626
Updated many dependencies including Webpack (v4) and crypto-api (v0.8)
2018-03-01 19:45:34 +00:00
n1474335
ead64dcb47
7.7.6
2018-02-28 16:40:22 +00:00
n1474335
da473de9f0
Switched from uas_parser.js to ua-parser-js library to improve library management and remove ReDos vulnerabilities. Also improved performance of two native regexes. Thanks to James Davis for raising awareness.
2018-02-28 16:40:15 +00:00
n1474335
a177e2ab7e
7.7.5
2018-02-21 11:24:46 +00:00
n1474335
8cef6db482
Added IPv6 interface IDs to the 'Format MAC address' operation
2018-02-21 11:24:38 +00:00
n1474335
79a3128491
Changed fragment to query in sitemap
2018-02-20 17:39:46 +00:00
n1474335
cb1fe80214
Added robots meta tag to inline version to prevent indexing.
2018-02-20 17:34:19 +00:00
n1474335
19f2e6dae0
Fixed robots.txt copy
2018-02-20 17:15:06 +00:00