a3957273
b118932451
Merge branch 'master' into base92
2024-02-04 01:31:34 +00:00
a3957273
fd77152343
Merge pull request #1554 from sg5506844/Bcrypt-hash-detection-to-Analyse-hash
...
Add Bcrypt hash detection to "Analyse hash"
2024-02-04 01:19:30 +00:00
a3957273
5afecdb11a
Update node packages
2024-02-04 01:08:15 +00:00
a3957273
1916137c3c
Merge branch 'master' into rison-operation
2024-02-04 01:04:24 +00:00
a3957273
c3b89efd9a
Merge branch 'master' into master
2024-02-04 00:45:33 +00:00
a3957273
0f3cd72dd3
Add links to Changelog
2024-02-04 00:34:24 +00:00
a3957273
ed59f6a67a
Merge pull request #1658 from cnotin/patch-1
...
Describe that "Parse ASN.1 hex string" operation requires an hex string input
2024-02-03 16:44:33 +00:00
a3957273
592745f380
Merge pull request #1661 from BlacAmDK/BlacAmDK-patch-1
...
Fix ExtractIPAddresses IPv6 regexp
2024-02-03 16:44:00 +00:00
a3957273
10b0d91bdc
Merge branch 'master' into BlacAmDK-patch-1
2024-02-03 16:11:01 +00:00
a3957273
dea2b3a2c0
Merge branch 'master' into patch-1
2024-02-03 16:07:31 +00:00
a3957273
df151eabf9
10.6.0
2024-02-03 14:19:50 +00:00
Clément Notin
22a873c73e
Describe that "Parse ASN.1 hex string" operation requires an hex string input
...
Just in case the title of the operation doesn't make it clear enough
2024-02-03 15:07:57 +01:00
a3957273
c6da0c623d
Merge pull request #1678 from cnotin/patch-3
...
Add UUID regex to 'Regular expression' operation
2024-02-03 14:06:23 +00:00
a3957273
44b566789f
Merge pull request #1675 from 0xThiebaut/LZNT1
...
Add support for LZNT1 decompression.
2024-02-03 13:31:13 +00:00
a3957273
940f78a8a7
Merge branch 'master' into LZNT1
2024-02-03 13:08:03 +00:00
a3957273
06c912be72
Merge branch 'master' into patch-3
2024-02-03 13:05:42 +00:00
a3957273
91639ee836
Merge pull request #1703 from gchq/feature/update-forensic-wiki-address
...
Update forensics wiki address
2024-02-03 02:19:54 +00:00
a3957273
b78533bb02
Update forensics wiki address
2024-02-03 02:02:13 +00:00
a3957273
b5e3a6c5a3
Merge branch 'master' into master
2024-02-03 01:25:55 +00:00
a3957273
a045c4ffec
Merge pull request #1541 from KevinSJ/fix/baking-time-info
...
fix: incorrect hover on baking info
2024-02-03 00:54:17 +00:00
a3957273
856ba1cf50
Merge pull request #1702 from gchq/chore/can-i-use-update
...
Update 'can-i-use' browser list targets
2024-02-03 00:21:53 +00:00
a3957273
6510773789
Update 'can-i-use' browser list targets
2024-02-03 00:11:50 +00:00
a3957273
7b280b3369
Merge pull request #1701 from gchq/sec/fix-forensics-url
...
Update 'ExtractFiles' information URL
2024-02-03 00:04:00 +00:00
a3957273
1618e112e1
Update 'ExtractFiles' information URL
2024-02-02 23:56:27 +00:00
a3957273
c08a7dc6ce
Merge pull request #1700 from gchq/chore/update-chromedriver
...
Update chrome driver version
2024-02-02 23:54:11 +00:00
a3957273
57731706b3
Revert 'can-i-use' upgrade
2024-02-02 23:46:36 +00:00
a3957273
e9e926d054
Update 'can-i-use' to pass tests
2024-02-02 23:37:07 +00:00
a3957273
5fa3d691cf
Update chrome driver version
2024-02-02 22:35:42 +00:00
a3957273
d022dbc406
Merge pull request #1676 from cnotin/patch-2
...
Add links to wiki pages
2024-02-02 22:06:43 +00:00
a3957273
f96607c81b
Merge pull request #1656 from pandaninjas/patch-3
...
Update chromedriver to v119 so that it is compatible with the chrome …
2024-02-02 18:21:29 +00:00
Ted Kruijff
24cd4033c4
Add Caret/M-decode Operation
2024-01-26 15:52:41 +01:00
Clément Notin
0bf7852e83
Add UUID regex to 'Regular expression' operation
...
I use this one often so I'm sure others will like it too :)
2023-12-26 15:59:32 +01:00
Clément Notin
aaff2e687d
Add links to wiki pages
2023-12-26 15:43:49 +01:00
Maxime THIEBAUT
77042abc23
Add support for LZNT1 decompression.
2023-12-25 23:06:11 +01:00
sw5678
ac18b74e66
Fixed linting issues
2023-12-13 09:38:26 +00:00
sw5678
76ba630d59
Added file tree functionality
2023-12-13 09:19:16 +00:00
BlacAmDK
362755b22f
Fix ExtractIPAddresses IPv6 regexp
...
IPv6 regexp shouldn't match IPv4 address.
2023-12-05 14:40:37 +08:00
Jocelyn Castellano
6c63302d62
Update chromedriver to v119 so that it is compatible with the chrome version in CI
2023-11-20 11:01:00 -08:00
Jed Laundry
efda16b039
change Diff to output <ins>, <del>
2023-08-31 03:20:20 +00:00
Joost Rijneveld
cb98672549
Fix ChaCha operation Raw output
...
Previously, an array type error prevented any output when selecting
the 'Raw' output option for the ChaCha operation. This did not
show up in tests, as they all compared to hex values.
This also adds a test (relying on the 'To Hex' operation) that
catches this.
2023-07-30 17:02:36 +02:00
n1474335
6ed9d4554a
10.5.2
2023-07-14 19:01:41 +01:00
n1474335
2dcd345349
Updated chromedriver
2023-07-14 19:01:35 +01:00
n1474335
81924b4a7e
10.5.1
2023-07-14 18:54:03 +01:00
n1474335
5a0c3a3b47
Fixed webpack config
2023-07-14 18:53:56 +01:00
n1474335
7b599fe7f7
10.5.0
2023-07-14 18:41:44 +01:00
n1474335
4faaa07188
Updated CHANGELOG
2023-07-14 18:41:32 +01:00
n1474335
fa228b2571
Added a range of GOST operations
2023-07-14 18:37:02 +01:00
sg5506844
9a216dc1bf
RISON operation
2023-04-12 15:09:07 +05:30
sg5506844
0e0bafdeb6
Add Bcrypt hash detection to "Analyse hash"
2023-04-12 11:20:18 +05:30
sg5506844
5f0f037c46
Feature: Add Base92 operations
2023-04-12 10:37:16 +05:30