n1474335
|
c879af6860
|
Fixed 'Save recipe' URL generation issue. Closes #1176
|
2021-02-16 14:12:14 +00:00 |
|
n1474335
|
73b0e68993
|
Added code quality badge to README
|
2021-02-12 11:54:54 +00:00 |
|
n1474335
|
e069f5db13
|
Tidied up hexdump UNIX format
|
2021-02-11 19:06:35 +00:00 |
|
n1474335
|
96b59cf0df
|
Merge branch 'HexdumpAsciiFix' of https://github.com/n1073645/CyberChef into n1073645-HexdumpAsciiFix
|
2021-02-11 18:59:51 +00:00 |
|
n1474335
|
170e564319
|
Fixed incomplete multi-character sanitization and incomplete URL substring sanitization issues.
|
2021-02-10 17:41:39 +00:00 |
|
n1474335
|
1abc46058c
|
Added a CodeQL workflow to check for bugs through code analysis. Fixed numerous bugs and implemented safeguards as already reported.
|
2021-02-10 13:13:19 +00:00 |
|
n1474335
|
26fa66ef64
|
Merge branch 'newMagic' of https://github.com/n1073645/CyberChef into n1073645-newMagic
|
2020-03-20 14:51:40 +00:00 |
|
n1474335
|
4308c717c3
|
Tests now display a progress bar and report long running tests
|
2020-03-13 14:59:48 +00:00 |
|
n1073645
|
53a579028c
|
Added only ASCII flag to ToHexdump
|
2020-03-12 09:30:48 +00:00 |
|
n1073645
|
3f3a7cd4f6
|
From Hex Regexes
|
2020-03-10 11:12:43 +00:00 |
|
n1474335
|
fd390bc61b
|
Improved CR preservation logic - now based on entropy
|
2019-12-13 14:45:13 +00:00 |
|
n1073645
|
33464b3388
|
Linting changes
|
2019-11-14 08:55:27 +00:00 |
|
n1474335
|
adf9772928
|
Added tests for Utils.parseEscapedChars
|
2019-10-16 17:22:48 +01:00 |
|
wh0
|
d60d595254
|
Utils: don't consume three backslashes at a time
|
2019-10-06 17:07:58 -07:00 |
|
n1474335
|
572f035877
|
Background magic is now debounced to prevent it firing too often.
|
2019-08-29 14:08:56 +01:00 |
|
n1474335
|
566517d20f
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |
|
d98762625
|
0de89f3145
|
Merge branch 'v9' of github.com:gchq/CyberChef into node-lib
|
2019-07-05 13:10:44 +01:00 |
|
n1474335
|
5eb3979504
|
Updated dependencies and linter
|
2019-07-05 12:22:52 +01:00 |
|
d98762625
|
e03ff22ba8
|
update more ENVIRONMENT_IS_* calls after merge, update some test paths, comments. Remove vulnerability
|
2019-07-05 11:35:59 +01:00 |
|
d98762625
|
368f508b17
|
Merge branch 'v9' of github.com:gchq/CyberChef into node-lib
|
2019-07-05 11:07:31 +01:00 |
|
d98762625
|
1c24c05647
|
swap ENVIRONMENT_IS_* functions for Utils named exports
|
2019-07-05 10:17:52 +01:00 |
|
n1474335
|
f22211ce8c
|
Backslashes are now escaped correctly by 'Unescape string'. CLoses #582
|
2019-06-28 17:13:54 +01:00 |
|
wh0
|
f29d8eeda8
|
Parse octal escape sequences
|
2019-06-25 18:35:25 -07:00 |
|
d98762625
|
d51e8ec378
|
Merge branch 'master' of github.com:gchq/CyberChef into node-lib
|
2019-05-23 15:07:28 +01:00 |
|
j433866
|
cbcc2aa731
|
Fix regex to handle multiple escaped backslashes
|
2019-05-09 10:04:06 +01:00 |
|
d98762625
|
65a3897f87
|
add dish translation tests for node
|
2019-05-03 13:36:08 +01:00 |
|
d98762625
|
367532cf8d
|
linting and comment for readFileSync
|
2019-04-05 17:35:20 +01:00 |
|
d98762625
|
af504891e4
|
incorporate ArrayBuffer base Dish type. Add global file shim to node index. Fix Buffer -> ArrayBuffer transformation
|
2019-04-05 16:51:14 +01:00 |
|
d98762625
|
e4ee0fc397
|
Merge branch 'master' of github.com:gchq/CyberChef into node-lib
|
2019-04-04 15:21:52 +01:00 |
|
n1474335
|
7d03be3a77
|
Dish._translate now uses ArrayBuffer as its intermediate type instead of byteArray. This should speed up operations on large files.
|
2019-04-02 15:34:30 +01:00 |
|
n1474335
|
3d80d66925
|
Merge branch 'module-charts' of https://github.com/artemisbot/CyberChef into artemisbot-module-charts
|
2019-03-27 23:17:30 +00:00 |
|
mshwed
|
8707287349
|
Added percent delimiter for "To Hex" operation
|
2019-03-21 20:10:45 -04:00 |
|
d98762625
|
76cc7f1169
|
Merge branch 'master' of github.com:gchq/CyberChef into node-lib
|
2019-03-14 17:57:53 +00:00 |
|
d98762625
|
2019ae43d7
|
File shim now translates correctly
|
2019-03-14 16:33:09 +00:00 |
|
d98762625
|
d080c5dd14
|
debugging File shim
|
2019-03-14 08:27:06 +00:00 |
|
Matt
|
66c0425080
|
Merge branch 'master' into module-charts
|
2019-03-11 11:57:19 +00:00 |
|
d98762625
|
14d591caa1
|
more debugging
|
2019-03-11 09:47:58 +00:00 |
|
n1474335
|
84d31c1d59
|
Added 'Move to input' button to output file list. Improved zlib extraction efficiency.
|
2019-03-09 06:25:27 +00:00 |
|
d98762625
|
b48c16b4db
|
Refactor Dish _translate to handle sync and async depending on environment.
|
2019-03-01 16:38:54 +00:00 |
|
Matt
|
5bb8eb22ec
|
Merge branch 'master' into module-charts
|
2019-02-22 23:36:14 +00:00 |
|
d98762625
|
9094e8bde9
|
WIP tidy up. WHy is dish being passed back with chef.bake now?
|
2019-02-15 16:11:13 +00:00 |
|
d98762625
|
04b7f2fa8c
|
WIP HAD to move NodeDish out - NONE of it is async!
|
2019-02-15 15:20:05 +00:00 |
|
n1474335
|
02b92c7977
|
Merge branch 'features/colour-channel' of https://github.com/artemisbot/CyberChef into artemisbot-features/colour-channel
|
2018-12-26 16:10:44 +00:00 |
|
n1474335
|
43dcd544f2
|
Added webpack-bundle-analyzer to production build. Refactored some modules to improve performance. Removed moment-timezone from Utils to drastically reduce module size.
|
2018-12-25 23:58:00 +00:00 |
|
Matt C
|
18693d2471
|
Add tests, however non-functional due to lack of File in Node
Also add jimp to package.json
|
2018-12-21 17:17:11 +00:00 |
|
Matt C
|
0046f7e3d7
|
Added colour channel splitting support
|
2018-12-21 17:08:09 +00:00 |
|
n1474335
|
863bdffa84
|
Added 'CSV to JSON' and 'JSON to CSV' operations. Closes #277
|
2018-11-09 17:40:19 +00:00 |
|
n1474335
|
42e881326f
|
Added 'Binary' key option to all bitwise operations. Closes #398
|
2018-11-09 15:25:16 +00:00 |
|
Cynser
|
903bd22999
|
Stop treating backslashes in CSV as escape character
|
2018-10-07 22:20:43 +01:00 |
|
n1474335
|
cb34518a89
|
Recipes with a single backslash argument are now parsed correctly. Fixes #319
|
2018-08-20 00:26:44 +01:00 |
|