Commit Graph

  • 670721f1f6
    Merge pull request #2031 from PathToLife/patch-1 a3957273 2025-05-12 09:25:34 +01:00
  • 3c5eea5dfb
    Merge pull request #1587 from jonking-ajar/feat/jsonata-operation a3957273 2025-05-12 09:24:54 +01:00
  • 497e2a9d45
    Merge pull request #1992 from kenduguay1/push-input-through-postmessage a3957273 2025-05-12 09:23:53 +01:00
  • e4a59c6990
    Merge branch 'gchq:master' into master sw5678 2025-05-12 09:02:32 +01:00
  • 5605807778 Added support for public key -> P2TR addresses. Also renamed Public Key to Cryptocurrency Address Operation to Public Key to Bitcoin-Like Address Operation. David C Goldenberg 2025-05-09 14:34:57 -04:00
  • 85a3a18570
    Merge branch 'master' into push-input-through-postmessage kenduguay1 2025-05-09 10:29:09 -04:00
  • a150137c4b Merge branch 'push-input-through-postmessage' of github.com:kenduguay1/CyberChef into push-input-through-postmessage Ken Duguay 2025-05-09 14:22:11 +00:00
  • c6ece4292b Update the postMessage format to be consistent with cyberchef's internal functions Ken Duguay 2025-05-09 14:20:13 +00:00
  • c475a24854
    Re-enable Npm Release in github workflows PathToLife 2025-05-02 15:04:17 +12:00
  • cb83fe6dd1
    Update README.md CharlesCNorton 2025-05-01 18:48:24 -04:00
  • 9a193affbf Fixed error where test for XOR operation with valid key had an invalid key Ryan Chernoff 2025-05-01 15:08:14 -04:00
  • 70be54e262 added test to check that the error isn't raised on valid keys with filter set to false Jonas 2025-04-30 22:33:33 -04:00
  • 765d5ee97b changed filterKey to false for testing XOR invalid characters error Jonas 2025-04-30 22:11:55 -04:00
  • 42f6daa154 Merge branch 'xorKeyValidation' of https://github.com/RyanChernoff/CyberChef into xorKeyValidation Jonas 2025-04-30 22:01:35 -04:00
  • b824268525 fix: revert previous commit wrong file staged, added file with new test for error feature Jonas 2025-04-30 22:00:24 -04:00
  • 605e7b11f5 Fixed error where xor filter key value was default false instead of true Ryan Chernoff 2025-04-30 21:57:23 -04:00
  • 8589e06e78 created a test for the new error that should be thrown if an invalid character is in the key for XOR with a Hex option Jonas 2025-04-30 13:07:29 -04:00
  • 1089c6bfb8 Add All Checksums Operation r4mos 2025-04-29 17:25:29 +02:00
  • 4085a4c219 Remove Checksums from All Hashes r4mos 2025-04-28 16:43:22 +02:00
  • 3ac78b60a3 Merge remote-tracking branch 'origin/xorKeyValidation' into xorKeyValidation Ryan Chernoff 2025-04-27 12:30:02 -04:00
  • 2e710c75e7 fixed lint errors in XOR.mjs rmurugan58 2025-04-27 12:27:16 -04:00
  • 34fe96deae added new param descriptor and fixed lint errors in Hex.mjs rmurugan58 2025-04-27 12:24:17 -04:00
  • 78b4a1f447 Fixed lint errors in src/core/operations/XOR.mjs Ryan Chernoff 2025-04-27 12:21:41 -04:00
  • e82c0e0a61 remove double-space william-davis-dev 2025-04-26 20:39:55 -04:00
  • 278c221f1f extracted substr and added check for throwError in Hex.mjs rmurugan58 2025-04-25 22:11:20 -04:00
  • a2665ba213 Add to ECDSA Verify the message format r4mos 2025-04-25 13:56:10 +02:00
  • 49a80b4715 added new params in the header comment of convertToByteArray Katie Makarska 2025-04-24 12:53:35 -04:00
  • 6c046f4fe8 added throw error parameter to convertToByteArray in Utils.mjs Katie Makarska 2025-04-23 21:07:58 -04:00
  • 0a4fd20518 added delim parameter to utils.mjs Katie Makarska 2025-04-23 21:05:41 -04:00
  • 0a94c4a7c9
    Merge branch 'master' into master Josh Bloom 2025-04-22 23:33:28 -05:00
  • 23bfe8740f Made warning optional since test cases involved non-hex characters Ryan Chernoff 2025-04-22 15:31:12 -04:00
  • e231d1b37a Changed delimitor to None so non-hex characters can be detected. Ryan Chernoff 2025-04-21 17:33:24 -04:00
  • 1a6d238537 For the sake of backwards compatibility, a boolean is passed to tell the key extraction function that an error should be thrown on invalid input. Ryan Chernoff 2025-04-21 15:05:49 -04:00
  • d3f943bee4 Removed input extraction from try catch block to seperate input errors from key errors Ryan Chernoff 2025-04-21 14:58:37 -04:00
  • 01edeb28a6 Wrapped XOR run function in try catch block to handle key errors Ryan Chernoff 2025-04-21 14:57:45 -04:00
  • 64355c9dde
    Fix email regex ericli-splunk 2025-04-17 15:46:37 -07:00
  • bd8906f46b fix : add Categories and index Jeremy Giudicelli 2025-04-17 13:40:01 +02:00
  • 26d8fa51b0 fix : delete space and add new line Jeremy Giudicelli 2025-04-17 13:27:45 +02:00
  • ad91099d5e feat : add Blake3 hashing Jeremy Giudicelli 2025-04-17 11:37:35 +02:00
  • fc0b2e671c
    Merge branch 'master' into master william-davis-dev 2025-04-14 18:57:07 -04:00
  • 5dbfbb1879
    Fix: Reverse highlights unwind incorrectly Kendall Goto 2025-04-09 20:18:06 -07:00
  • 361a3b2929
    Add Template operation for basic JSON rendering Kendall Goto 2025-04-09 15:16:11 -07:00
  • 73d069decc
    Add Kaitai Struct Decode operation Kendall Goto 2025-04-04 22:13:54 -07:00
  • b9ed1fde62 fix: use defaultIndex instead of 0 in transformArgs Bart van Andel 2025-04-05 23:01:52 +02:00
  • a0ade26505 fix: improve UUID description Bart van Andel 2025-04-05 22:59:03 +02:00
  • 575eade84d fix: simplify UUID argument names, use hint for more info Bart van Andel 2025-04-05 22:51:59 +02:00
  • 2cf3642493 fix: use UUID v4 by default, for backward compatibility Bart van Andel 2025-04-05 22:49:54 +02:00
  • 7c8be12d52
    Merge pull request #1548 from brun0ne/add-php-serialization a3957273 2025-04-05 19:06:23 +01:00
  • e849569b10
    Merge pull request #2013 from plvie/master a3957273 2025-04-05 19:04:08 +01:00
  • fa559fdbed split edit Paul Vié 2025-04-05 14:28:14 +02:00
  • 74d631c71e
    Merge pull request #1991 from peterc-s/master a3957273 2025-04-05 05:57:56 +01:00
  • 305a02c8a2
    Merge pull request #1974 from PathToLife/feature/docker-multiplatform-build a3957273 2025-04-05 05:42:01 +01:00
  • 5a3b7bc4c0
    Merge pull request #2014 from 0xh3xa/master a3957273 2025-04-05 05:14:58 +01:00
  • c83e1ac4fb Fix(RecipeWaiter): eslint format error heaprc 2025-04-05 00:42:37 +02:00
  • 857576dbe4 fix(RecipeWaiter): sanitize user input in addOperation to prevent XSS heaprc 2025-04-05 00:18:54 +02:00
  • e00a636fc0 fix semicolon Paul Vié 2025-04-04 18:40:27 +02:00
  • 6f4cbd8688
    Merge branch 'gchq:master' into master Garab 2025-04-04 18:32:40 +02:00
  • de5b03f854 chore: fix class name for analyse UUID operation Bart van Andel 2025-04-03 14:54:49 +02:00
  • 457d28fc55 feat: support UUID v1, v3, v4, v5, v6, v7 Bart van Andel 2025-04-03 14:08:14 +02:00
  • e0bdde89c4 testing only class default value victorlpgazolli 2023-03-21 19:49:44 -03:00
  • 68db8e93b7 ref assert validation uuid tests victorlpgazolli 2023-03-21 19:22:32 -03:00
  • 9069d8e3ec ref uuid tests victorlpgazolli 2023-03-21 19:18:28 -03:00
  • e146636250 add more uuid tests victorlpgazolli 2023-03-21 19:11:30 -03:00
  • c0af2a9eb5 add analyse uuid category victorlpgazolli 2023-03-21 19:11:18 -03:00
  • ae5648ede1 add analyse uuid version victorlpgazolli 2023-03-21 18:38:39 -03:00
  • 197d6735d2 ref generate uuid versions v1, v3, v4 and v5 victorlpgazolli 2023-03-21 18:38:21 -03:00
  • 75b52bef6d add uuid dependency victorlpgazolli 2023-03-21 18:37:45 -03:00
  • d0f8b0b8ad
    Test Netlify Previews a3957273-patch-1 a3957273 2025-04-04 08:42:12 +01:00
  • 848660f8e1
    Merge pull request #2006 from 0xh3xa/master a3957273 2025-04-03 19:15:02 +01:00
  • 0e7b1f7c78 resolve conflict in applyPreferredColorScheme method heaprc 2025-04-03 09:31:53 +02:00
  • bbb211d819
    Merge branch 'master' into master 0xh3xa 2025-04-03 09:23:39 +02:00
  • 9ca0152aac
    Merge branch 'master' into master 0xh3xa 2025-04-03 09:22:38 +02:00
  • 4b72484ca4
    Merge pull request #1993 from r4mos/master a3957273 2025-04-03 08:22:11 +01:00
  • 41f07eb579
    Merge 0c4fa6e9a00b8f205754fd2d8e42ba5b89f21629 into e469f00fc76558135a0020f444d946113fd17080 Indra 2025-04-03 08:20:11 +01:00
  • e469f00fc7
    Merge pull request #1286 from ccarpo/master a3957273 2025-04-03 08:19:20 +01:00
  • 75e3f35932
    Merge pull request #1863 from JSCU-CNI/x509_fingerprints a3957273 2025-04-03 08:18:04 +01:00
  • 9a8804ab94
    Merge pull request #1604 from zhzy0077/jq a3957273 2025-04-03 08:15:35 +01:00
  • f5b5227e53
    Merge pull request #1909 from flakjacket95/master a3957273 2025-04-03 08:14:23 +01:00
  • 14472d3b40
    Merge pull request #2007 from 0xh3xa/bugfix/invalid-theme-option a3957273 2025-04-03 08:00:39 +01:00
  • 9f30dd0e7a fix invalid theme error heaprc 2025-03-29 04:40:29 +01:00
  • 49d69a293b
    Fix selected theme not loading when refreshing 0xh3xa 2025-03-29 01:27:38 +01:00
  • 23de98f892 Add ECB/NoPadding and CBC/NoPadding Encryption Paul Vié 2025-03-26 11:46:47 +01:00
  • 17fa6d2312
    Merge pull request #3 from whytf/imgbot whytf 2025-03-24 22:31:20 +01:00
  • 8852712f0d
    Merge branch 'master' into master Dan Flack 2025-03-16 00:44:31 -04:00
  • 0039ad7515
    [ImgBot] Optimize images ImgBotApp 2025-03-16 02:23:17 +00:00
  • b62def3d3e making it a seperate module. zhzy0077 2025-03-12 20:15:23 +08:00
  • 464c92e7bf Rename to "Jq" zhzy0077 2025-03-12 20:15:09 +08:00
  • 95044ab767 Making it depending on 0.5.1 version. zhzy0077 2025-03-12 20:15:00 +08:00
  • a809321b63 renamed function for clarity CCarpo 2025-03-10 20:55:35 +01:00
  • b6f0f9b200
    Merge branch 'master' into x509_fingerprints Computer Network Investigation 2025-03-10 16:44:41 +01:00
  • a42c7de112
    test buildah platforms flag environment variables PathToLife 2025-03-10 18:00:49 +13:00
  • b85036b78f
    Dockerfile manual architecture selection for multiplatform build. Disable NPM Publish for testing PathToLife 2025-03-10 17:28:20 +13:00
  • 3b75e13287
    ci release error fix, apply detect chrome driver version npm install env var PathToLife 2025-03-10 12:46:34 +13:00
  • 98ef5d0110
    Merge branch 'master' into master CCarpo 2025-03-07 15:03:33 +01:00
  • 2c21d72a6a Merge branch 'master' of https://github.com/ccarpo/CyberChef ccarpo 2025-03-07 12:39:30 +01:00
  • 5a0e1b3d51
    Update from upstream (2025-03-04) Ferdinand Linnenberg 2025-03-04 17:34:32 +01:00
  • 793c97b343
    Merge pull request #19 from united-manufacturing-hub/dependabot/npm_and_yarn/jsonpath-plus-10.3.0 Ferdinand Linnenberg 2025-03-04 17:17:09 +01:00
  • 5bc0b18109
    Bump jsonpath-plus from 10.2.0 to 10.3.0 dependabot[bot] 2025-03-04 16:15:44 +00:00
  • 2b0f58fbcb
    Merge pull request #17 from united-manufacturing-hub/dependabot/npm_and_yarn/jsonwebtoken-9.0.0 Ferdinand Linnenberg 2025-03-04 17:14:59 +01:00
  • 7e12932d0f
    Merge pull request #15 from united-manufacturing-hub/dependabot/npm_and_yarn/multi-93f6d42b19 Ferdinand Linnenberg 2025-03-04 17:14:49 +01:00