Commit graph

149 commits

Author SHA1 Message Date
VirtualColossus
3c2468bc00 removed duplicate test 2020-02-21 11:09:35 +00:00
VirtualColossus
075235c347 Fixed bug using KT option, added tests 2020-02-21 11:09:35 +00:00
VirtualColossus
a54d06c179 Mixed tabs & spaces 2020-02-21 11:09:35 +00:00
VirtualColossus
076d140d08 Tidied run function, added some tests 2020-02-21 11:09:35 +00:00
n1474335
8b6c2a171a Added support for 109 more character encodings 2020-02-21 11:08:19 +00:00
n1474335
bd5a8beb69 Tidied up Avro to JSON operation 2020-02-21 11:08:19 +00:00
Jarrod Connolly
6e1bd7eb7b Add Avro to JSON data format conversion 2020-02-21 11:08:19 +00:00
Gustavo Silva
2bc0bb1713 diff.mjs: Fixes tests and adds default flag
* Sets default flag to `false` for `showSubtraction` flag.
    * Removes extra span for else case that was causing some tests to
    fail. Moreover, the previous behavior was defined as that.
    * Adds custom test for the showSubtraction option, both using the
    `showAdded` and `showRemoved` flags.
2020-02-21 11:08:19 +00:00
Matt
4fe70f3be4 Add YARA rules node test 2020-02-21 11:08:19 +00:00
n1474335
a2ffc7527f Fork no longer appends its merge delimiter to the end of the output. Closes #692 2020-02-21 11:08:19 +00:00
n1474335
4d1df67299 Added tests for Utils.parseEscapedChars 2020-02-21 11:08:18 +00:00
n1474335
0868ab4dca Added length check to Triple DES IVs 2020-02-21 11:07:31 +00:00
Storms-Engineering
8be26ab24b DES Encrypt/Decrypt - checks length of IV string
Checks the length of IV string when encrypting.  DES encrypt/decrypt test swas updated to use utf8 instead of HEX.
2020-02-21 11:07:31 +00:00
n1474335
df6a60a44a Fixed some typos 2020-02-21 11:07:31 +00:00
n1474335
67d0bdaec4 Added test to ensure all operations are in a category. Added various operations to categories. 2020-02-21 11:07:31 +00:00
n1474335
84b6a775a7 Base64 operations now throw a meaningful error if the alphabet is the wrong length 2020-02-21 11:07:31 +00:00
d98762625
be0c2de1b9 fix linting tests 2020-02-21 11:07:31 +00:00
d98762625
296a0f5108 make async node tests actually fail when they fail. Update tests that were failing 2020-02-21 11:07:31 +00:00
Andy Wang
f066db7e4c Correct wrong DES and 3DES tests 2020-02-21 11:07:30 +00:00
Andy Wang
0b00888400 Adapt AES "no IV" tests 2020-02-21 11:07:30 +00:00
Andy Wang
d0b8973697 Update node API tests 2020-02-21 11:07:30 +00:00
d98762625
13aceb9256 Update NodeRecipe so args is optional in bake config 2020-02-21 11:07:30 +00:00
n1474335
70346bce35 OCR operation now relies on local files 2019-09-13 17:40:20 +01:00
n1474335
7eabaf0de6 Cleaned up and improved OCR operation 2019-09-13 14:34:08 +01:00
n1474335
b31f32a7e7 Tidied up Bacon Cipher operations 2019-09-04 17:13:05 +01:00
n1474335
f0b3bd0ede Merge branch 'bacon' of https://github.com/kassi/CyberChef 2019-09-04 16:30:05 +01:00
n1474335
5bc5c0df90 Merge branch 'steganography' of https://github.com/Ge0rg3/CyberChef into Ge0rg3-steganography 2019-09-04 11:31:58 +01:00
n1474335
ae20d82e1d Fix Nightwatch test 2019-08-30 15:30:30 +01:00
n1474335
7dfecc38f6 Added more UI tests to ensure all modules load, categories can be viewed, and operations can be dragged 2019-08-30 11:43:30 +01:00
Ge0rg3
aa5afadcce Tests for Randomize Colour Palette Op 2019-08-29 16:24:21 +01:00
Ge0rg3
950a12360e Tests + Bug Fixes
* Test cases for LSB extraction, RGBA extraction and bit plane browsing
* Bug fix for alpha planes in bit plane browser
2019-08-28 17:07:43 +01:00
Chris Smith
6c9ce15b26
Add octal support to Change IP Format.
Also add test cases covering interchanging between all four
formats.
2019-08-24 01:14:44 +01:00
n1474335
0031345383 Tidied up 'Parse UDP' operation 2019-08-23 10:56:13 +01:00
n1474335
46fa7475cf Merge branch 'udp-header-parser' of https://github.com/h345983745/CyberChef into h345983745-udp-header-parser 2019-08-23 10:40:24 +01:00
j433866
737ea19c9e Fix AES decryption in GCM mode not using IVs.
Updated tests to match new results.
Included a Python script to generate AES-GCM tests
2019-08-22 14:54:58 +01:00
n1474335
863551ee1d AES Decrypt now handles blank IVs correctly. Fixes #613 2019-08-21 14:27:56 +01:00
n1474335
772c6bbba5 Tidied up test runner. Passing tests are no longer printed to the console. 2019-08-20 17:13:05 +01:00
h345983745
b8dbb11136 Spelling 2019-08-19 21:05:38 +01:00
h345983745
1d32a5939c Core UDP parsing functionality
Added to categorie

Description

Added Tests

Added tests
2019-08-19 20:48:05 +01:00
j433866
59864e3781 Fix Defang IP tests causing the tests to fail 2019-08-13 16:45:53 +01:00
n1474335
a4e9025b8e Merge branch 'defang-ip' of https://github.com/h345983745/CyberChef into h345983745-defang-ip 2019-08-13 14:19:34 +01:00
j433866
4bc4db8232 Fix incorrect import of TestRegister 2019-08-13 13:39:21 +01:00
j433866
863675e636 Update nodeApi test.
'base 64' now returns 11 results as the SSH host key module mentions it
2019-08-13 13:37:21 +01:00
j433866
1cdcaebb4d Merge remote-tracking branch 'upstream/master' into ssh-host-key
Bring up to date with master
2019-08-13 13:26:40 +01:00
d98762625
8548d39318 add node consumer tests to travis 2019-08-02 11:10:15 +01:00
j433866
9c6ceaa58a Add tests 2019-07-15 14:12:40 +01:00
n1474335
566517d20f Imports now specify the file extension to support Node v12 2019-07-09 12:23:59 +01:00
n1474335
d7d50337f9 Fixed node tests and config generation for node v12 2019-07-05 14:47:05 +01:00
d98762625
0de89f3145 Merge branch 'v9' of github.com:gchq/CyberChef into node-lib 2019-07-05 13:10:44 +01:00
n1474335
e4e32a9c56 Merge branch 'master' into v9 2019-07-05 12:30:28 +01:00