Commit Graph
3616 Commits
Author SHA1 Message Date
a3957273andGitHub 75c4e196fa Merge pull request #1549 from brun0ne/fix-xss
Fixed xss in addOperation
2024-02-04 01:41:56 +00:00
a3957273andGitHub 0359a2eccf Merge branch 'master' into fix-xss 2024-02-04 01:33:02 +00:00
a3957273andGitHub 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 0f3cd72dd3 Add links to Changelog 2024-02-04 00:34:24 +00:00
a3957273andGitHub 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
a3957273andGitHub 592745f380 Merge pull request #1661 from BlacAmDK/BlacAmDK-patch-1
Fix ExtractIPAddresses IPv6 regexp
2024-02-03 16:44:00 +00:00
a3957273andGitHub 10b0d91bdc Merge branch 'master' into BlacAmDK-patch-1 2024-02-03 16:11:01 +00:00
a3957273andGitHub dea2b3a2c0 Merge branch 'master' into patch-1 2024-02-03 16:07:31 +00:00
a3957273 df151eabf9 10.6.0 10.6.0 v10.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
a3957273andGitHub c6da0c623d Merge pull request #1678 from cnotin/patch-3
Add UUID regex to 'Regular expression' operation
2024-02-03 14:06:23 +00:00
a3957273andGitHub 44b566789f Merge pull request #1675 from 0xThiebaut/LZNT1
Add support for LZNT1 decompression.
2024-02-03 13:31:13 +00:00
a3957273andGitHub 940f78a8a7 Merge branch 'master' into LZNT1 2024-02-03 13:08:03 +00:00
a3957273andGitHub 06c912be72 Merge branch 'master' into patch-3 2024-02-03 13:05:42 +00:00
a3957273andGitHub 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
a3957273andGitHub 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
a3957273andGitHub 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
a3957273andGitHub 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
a3957273andGitHub 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
a3957273andGitHub d022dbc406 Merge pull request #1676 from cnotin/patch-2
Add links to wiki pages
2024-02-02 22:06:43 +00:00
a3957273andGitHub 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
Clément NotinandGitHub 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 NotinandGitHub 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
BlacAmDKandGitHub 362755b22f Fix ExtractIPAddresses IPv6 regexp
IPv6 regexp shouldn't match IPv4 address.
2023-12-05 14:40:37 +08:00
Jocelyn CastellanoandGitHub 6c63302d62 Update chromedriver to v119 so that it is compatible with the chrome version in CI 2023-11-20 11:01:00 -08:00
n1474335 6ed9d4554a 10.5.2 v10.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 v10.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 v10.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 0e0bafdeb6 Add Bcrypt hash detection to "Analyse hash" 2023-04-12 11:20:18 +05:30
Brunon BlokandGitHub 6b01cf0c1a Merge pull request #1 from brun0ne/test-xss
different fix which does not break any tests
2023-04-07 14:50:50 +02:00
Brunon Blok 30f9286ce9 different fix 2023-04-07 12:36:10 +00:00
Brunon Blok e9ff8707ed comply with eslint 2023-04-07 01:02:33 +00:00
Brunon Blok 12082ba3cc escape only angle brackets 2023-04-07 00:59:51 +00:00
Brunon Blok 6d3ca3f56c fix xss in addOperation 2023-04-06 23:31:45 +00:00
Kevin Jiang 4262e6f6f7 fix: incorrect hover on baking info 2023-03-28 22:06:08 +13:00
n1474335 1bc88728f0 10.4.0 v10.4.0 2023-03-24 22:41:40 +00:00
n1474335 7bb0649b27 Updated CHANGELOG 2023-03-24 22:41:24 +00:00
n1474335 e46a7448d9 Fixed De Bruijn test import 2023-03-24 22:40:07 +00:00
n1474335 d102e1b15c Tidied 'Generate De Bruijn Sequence' operation 2023-03-24 22:39:08 +00:00