n1073645
|
ac2b9d1d33
|
Comments/Documentation
|
2020-01-06 09:35:38 +00:00 |
|
n1073645
|
01a126b384
|
Added a form of scoring mechanism for entropy
|
2019-12-11 10:26:55 +00:00 |
|
n1073645
|
d29f6efad8
|
If the entropy of the output is higher than the entropy of the input then the branch will return
|
2019-12-11 10:03:31 +00:00 |
|
n1073645
|
dd682be184
|
Need to choose the entropy boundaries
|
2019-12-10 16:38:18 +00:00 |
|
n1073645
|
f9dbf5ba21
|
Entropy calculations
|
2019-12-10 16:20:26 +00:00 |
|
n1073645
|
730ee4f660
|
Slight modification to how we match the mime
|
2019-12-06 12:39:32 +00:00 |
|
n1073645
|
ee37731858
|
mime-checking added to magic now
|
2019-12-06 12:24:15 +00:00 |
|
n1073645
|
0a4fae1576
|
Linting
|
2019-12-05 11:16:38 +00:00 |
|
n1073645
|
6adc5dda93
|
FromBraille needs some work
|
2019-12-05 11:09:40 +00:00 |
|
n1073645
|
abb2312d95
|
Linting
|
2019-12-04 16:18:07 +00:00 |
|
n1073645
|
87448a16db
|
Linting
|
2019-12-04 14:56:16 +00:00 |
|
n1073645
|
c42aad7c82
|
Made sure we do not operation loop
|
2019-12-04 10:05:26 +00:00 |
|
n1073645
|
b61fd59b60
|
Linting
|
2019-12-04 09:28:22 +00:00 |
|
n1073645
|
ee3e6751be
|
Finally working
|
2019-12-04 09:07:12 +00:00 |
|
n1073645
|
f2b596c638
|
Magic Sigs for DefangURL operation
|
2019-12-03 15:03:48 +00:00 |
|
n1073645
|
0f4d1e70e0
|
Linting
|
2019-12-03 12:40:12 +00:00 |
|
n1073645
|
a2ce9853b3
|
Magic now understands an output regex
|
2019-12-03 12:20:59 +00:00 |
|
n1073645
|
19aa4effaf
|
added flag
|
2019-12-03 11:51:05 +00:00 |
|
n1073645
|
34faeca7ba
|
Currently Working
|
2019-12-03 10:49:20 +00:00 |
|
n1073645
|
a35e3348d8
|
Input & Output then just Output
|
2019-12-03 09:19:28 +00:00 |
|
n1073645
|
40c7e63046
|
Magic progress
|
2019-12-02 15:47:02 +00:00 |
|
n1474335
|
05e65a74ce
|
Improved Magic scoring slightly
|
2019-10-28 17:26:13 +00:00 |
|
n1474335
|
da901e20d9
|
Added several more file signatures. The background magic button now highlights when a file type has been detected.
|
2019-10-04 17:52:09 +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
|
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 |
|
j433866
|
4fafa39e54
|
Fix magic library to better handle operation error
|
2019-03-13 13:09:02 +00:00 |
|
n1474335
|
9829491c4c
|
Merge branch 'master' into feature-extract-files
|
2018-12-20 12:28:23 +00:00 |
|
n1474335
|
ed2c886359
|
Magic crib now only applies after all branches have been explored.
|
2018-12-19 17:24:38 +00:00 |
|
j433866
|
f600571c6d
|
Fix to make the filter work when intensive mode was turned on.
|
2018-12-19 09:42:09 +00:00 |
|
n1474335
|
e6fb0be1d0
|
Refactored file type detection engine
|
2018-12-18 17:44:42 +00:00 |
|
j433866
|
c8eab5d218
|
Commenting
|
2018-12-18 14:06:39 +00:00 |
|
j433866
|
367d79e820
|
Fix filtering to work on all the data and not just the result snippet
|
2018-12-18 11:55:49 +00:00 |
|
j433866
|
283d7f2159
|
Add Output Filter option to Magic operation
|
2018-12-18 10:40:18 +00:00 |
|
n1474335
|
9b7f4e824a
|
Improvements and basic tests for Magic op and addition of deep cloning for dishes
|
2018-08-09 19:17:24 +01:00 |
|
n1474335
|
40a1da10e3
|
Merge branch 'esm' of github.com:gchq/CyberChef into esm
|
2018-06-03 17:33:39 +01:00 |
|
n1474335
|
1ef4f71d8b
|
ESM: Added BackgroundWorkerWaiter for running Magic on output in the background
|
2018-06-03 17:33:13 +01:00 |
|
n1474335
|
a0f034b843
|
ESM: Fixed magic errors
|
2018-06-01 12:43:36 +00:00 |
|
n1474335
|
ee519c7352
|
Merged esm branch into feature-magic. Ported FileType ops.
|
2018-05-20 16:49:42 +01:00 |
|