Ryan Chernoff
|
9a193affbf
|
Fixed error where test for XOR operation with valid key had an invalid key
|
2025-05-01 15:08:14 -04:00 |
|
Jonas
|
70be54e262
|
added test to check that the error isn't raised on valid keys with filter set to false
|
2025-04-30 22:33:33 -04:00 |
|
Jonas
|
765d5ee97b
|
changed filterKey to false for testing XOR invalid characters error
|
2025-04-30 22:11:55 -04:00 |
|
Jonas
|
42f6daa154
|
Merge branch 'xorKeyValidation' of https://github.com/RyanChernoff/CyberChef into xorKeyValidation
|
2025-04-30 22:01:35 -04:00 |
|
Jonas
|
b824268525
|
fix: revert previous commit wrong file staged, added file with new test for error feature
|
2025-04-30 22:00:24 -04:00 |
|
Ryan Chernoff
|
605e7b11f5
|
Fixed error where xor filter key value was default false instead of true
|
2025-04-30 21:57:23 -04:00 |
|
Jonas
|
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
|
2025-04-30 13:07:29 -04:00 |
|
Ryan Chernoff
|
3ac78b60a3
|
Merge remote-tracking branch 'origin/xorKeyValidation' into xorKeyValidation
|
2025-04-27 12:30:02 -04:00 |
|
rmurugan58
|
2e710c75e7
|
fixed lint errors in XOR.mjs
|
2025-04-27 12:27:16 -04:00 |
|
rmurugan58
|
34fe96deae
|
added new param descriptor and fixed lint errors in Hex.mjs
|
2025-04-27 12:24:17 -04:00 |
|
Ryan Chernoff
|
78b4a1f447
|
Fixed lint errors in src/core/operations/XOR.mjs
|
2025-04-27 12:21:41 -04:00 |
|
rmurugan58
|
278c221f1f
|
extracted substr and added check for throwError in Hex.mjs
|
2025-04-25 22:11:20 -04:00 |
|
Katie Makarska
|
49a80b4715
|
added new params in the header comment of convertToByteArray
|
2025-04-24 12:53:35 -04:00 |
|
Katie Makarska
|
6c046f4fe8
|
added throw error parameter to convertToByteArray in Utils.mjs
|
2025-04-23 21:07:58 -04:00 |
|
Katie Makarska
|
0a4fd20518
|
added delim parameter to utils.mjs
|
2025-04-23 21:05:41 -04:00 |
|
Ryan Chernoff
|
23bfe8740f
|
Made warning optional since test cases involved non-hex characters
|
2025-04-22 15:31:12 -04:00 |
|
Ryan Chernoff
|
e231d1b37a
|
Changed delimitor to None so non-hex characters can be detected.
|
2025-04-21 17:33:24 -04:00 |
|
Ryan Chernoff
|
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.
|
2025-04-21 15:05:49 -04:00 |
|
Ryan Chernoff
|
d3f943bee4
|
Removed input extraction from try catch block to seperate input errors from key errors
|
2025-04-21 14:58:37 -04:00 |
|
Ryan Chernoff
|
01edeb28a6
|
Wrapped XOR run function in try catch block to handle key errors
|
2025-04-21 14:57:45 -04:00 |
|
a3957273
|
7c8be12d52
|
Merge pull request #1548 from brun0ne/add-php-serialization
CodeQL Analysis / Analyze (push) Has been cancelled
Master Build, Test & Deploy / main (push) Has been cancelled
Add new operation: PHP Serialize
|
2025-04-05 19:06:23 +01:00 |
|
a3957273
|
e849569b10
|
Merge pull request #2013 from plvie/master
Add ECB/NoPadding and CBC/NoPadding support to AES encryption
|
2025-04-05 19:04:08 +01:00 |
|
Paul Vié
|
fa559fdbed
|
split edit
|
2025-04-05 14:28:14 +02:00 |
|
a3957273
|
74d631c71e
|
Merge pull request #1991 from peterc-s/master
CodeQL Analysis / Analyze (push) Waiting to run
Master Build, Test & Deploy / main (push) Waiting to run
Add Base32 Hex Extended Alphabet and Base32 Tests.
|
2025-04-05 05:57:56 +01:00 |
|
a3957273
|
305a02c8a2
|
Merge pull request #1974 from PathToLife/feature/docker-multiplatform-build
Docker multiplatform build support
|
2025-04-05 05:42:01 +01:00 |
|
a3957273
|
5a3b7bc4c0
|
Merge pull request #2014 from 0xh3xa/master
Fix(RecipeWaiter): sanitize user input in addOperation to prevent XSS
|
2025-04-05 05:14:58 +01:00 |
|
heaprc
|
c83e1ac4fb
|
Fix(RecipeWaiter): eslint format error
|
2025-04-05 00:42:37 +02:00 |
|
heaprc
|
857576dbe4
|
fix(RecipeWaiter): sanitize user input in addOperation to prevent XSS
|
2025-04-05 00:18:54 +02:00 |
|
Paul Vié
|
e00a636fc0
|
fix semicolon
|
2025-04-04 18:40:27 +02:00 |
|
Garab
|
6f4cbd8688
|
Merge branch 'gchq:master' into master
|
2025-04-04 18:32:40 +02:00 |
|
a3957273
|
848660f8e1
|
Merge pull request #2006 from 0xh3xa/master
CodeQL Analysis / Analyze (push) Has been cancelled
Master Build, Test & Deploy / main (push) Has been cancelled
Bug Fix: selected theme not loading when refreshing
|
2025-04-03 19:15:02 +01:00 |
|
heaprc
|
0e7b1f7c78
|
resolve conflict in applyPreferredColorScheme method
|
2025-04-03 09:31:53 +02:00 |
|
0xh3xa
|
bbb211d819
|
Merge branch 'master' into master
|
2025-04-03 09:23:39 +02:00 |
|
0xh3xa
|
9ca0152aac
|
Merge branch 'master' into master
|
2025-04-03 09:22:38 +02:00 |
|
a3957273
|
4b72484ca4
|
Merge pull request #1993 from r4mos/master
CodeQL Analysis / Analyze (push) Waiting to run
Master Build, Test & Deploy / main (push) Waiting to run
Add CRC Operation
|
2025-04-03 08:22:11 +01:00 |
|
a3957273
|
e469f00fc7
|
Merge pull request #1286 from ccarpo/master
Added a JSON to YAML and a YAML to JSON operation
|
2025-04-03 08:19:20 +01:00 |
|
a3957273
|
75e3f35932
|
Merge pull request #1863 from JSCU-CNI/x509_fingerprints
Add fingerprints to the 'Parse X.509 certificate' operation
|
2025-04-03 08:18:04 +01:00 |
|
a3957273
|
9a8804ab94
|
Merge pull request #1604 from zhzy0077/jq
Support jq as an operation.
|
2025-04-03 08:15:35 +01:00 |
|
a3957273
|
f5b5227e53
|
Merge pull request #1909 from flakjacket95/master
Add SM2 Encrypt and Decrypt Operations
|
2025-04-03 08:14:23 +01:00 |
|
a3957273
|
14472d3b40
|
Merge pull request #2007 from 0xh3xa/bugfix/invalid-theme-option
Load the user's preferred color scheme if the URL contains an invalid theme
|
2025-04-03 08:00:39 +01:00 |
|
heaprc
|
9f30dd0e7a
|
fix invalid theme error
|
2025-03-29 04:40:29 +01:00 |
|
0xh3xa
|
49d69a293b
|
Fix selected theme not loading when refreshing
|
2025-03-29 01:27:38 +01:00 |
|
Paul Vié
|
23de98f892
|
Add ECB/NoPadding and CBC/NoPadding Encryption
|
2025-03-26 11:46:47 +01:00 |
|
Dan Flack
|
8852712f0d
|
Merge branch 'master' into master
|
2025-03-16 00:44:31 -04:00 |
|
zhzy0077
|
b62def3d3e
|
making it a seperate module.
|
2025-03-12 20:15:23 +08:00 |
|
zhzy0077
|
464c92e7bf
|
Rename to "Jq"
|
2025-03-12 20:15:09 +08:00 |
|
zhzy0077
|
95044ab767
|
Making it depending on 0.5.1 version.
|
2025-03-12 20:15:00 +08:00 |
|
CCarpo
|
a809321b63
|
renamed function for clarity
|
2025-03-10 20:55:35 +01:00 |
|
Computer Network Investigation
|
b6f0f9b200
|
Merge branch 'master' into x509_fingerprints
|
2025-03-10 16:44:41 +01:00 |
|
PathToLife
|
a42c7de112
|
test buildah platforms flag environment variables
|
2025-03-10 18:00:49 +13:00 |
|