Commit graph

1263 commits

Author SHA1 Message Date
n1073645
ad4feb63b3 Removed the changed flag 2019-12-11 10:40:24 +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
e5fb5e0b31 Merge remote-tracking branch 'upstream/master' into magic 2019-12-10 09:25:56 +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
50d16ca3d2 Som more signatures for magic 2019-12-05 10:16:40 +00:00
n1073645
47ccafcbb2 Linting and tidy up 2019-12-05 09:47:32 +00:00
n1073645
6d3ed149d8 Added OperationErrors opposed to returning literal strings 2019-12-05 09:28:41 +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
2ac3ec2a7c Modifications to the IP library 2019-12-04 14:52:55 +00:00
n1073645
8df9d6fcf6 Added the magic flag to regexes to say whether it is useful for magic to use 2019-12-04 14:12:27 +00:00
n1073645
4d9fb7ef58 Repaired the Object Identifier to Hex regex 2019-12-04 12:43:26 +00:00
n1073645
40f253c86b Repaired the Object Identifier to Hex regex 2019-12-04 12:31:22 +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
49a05c5d73 A fix to the slight looping problem 2019-12-03 15:48:37 +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
f73b374786 Adjusted regex for defang ip 2019-12-03 12:08:16 +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
61e6423d95 Added word separator code to Morse Code ops. 2019-12-02 15:17:17 +00:00
n1073645
9f3b185f77 Starting to rejig it 2019-12-02 14:15:21 +00:00
n1073645
3fa3c31e31 Magic signature for Citrix CTX1 added 2019-11-27 16:30:50 +00:00
n1073645
b123c50937 Magic signature for A1Z26 2019-11-27 16:20:49 +00:00
n1073645
5853074052 More signatures for magic 2019-11-27 15:59:22 +00:00
n1474335
2750284eea Improved comment in Tar extractor 2019-11-27 12:56:10 +00:00
n1474335
5366f1a2eb Merge branch 'master' of https://github.com/n1073645/CyberChef into n1073645-master 2019-11-27 12:52:25 +00:00
n1474335
d4441823aa Merge branch 'master' of https://github.com/Mirclus/CyberChef into Mirclus-master 2019-11-27 12:46:25 +00:00
n1073645
a2eadee06a Made the input regexes more robust 2019-11-27 10:24:31 +00:00
n1073645
aa206d7b37 Magic signatures 2019-11-26 16:43:54 +00:00
Matthieu
a6fa0628f2 Add operation to normalise unicode 2019-11-25 22:59:14 +01:00
Mirclus
8e5aa2c393 DNS over HTTP: Fix "validate" argument
The argument sets the "cd" parameter on the request.
For both included providers, this flag disables validation ([1], [2]),
so doing the exact opposite of the described action.

This changes the label to the correct name and also flips the default
value to keep the old behavior.

[1] Google
<https://developers.google.com/speed/public-dns/docs/doh/json#supported_parameters>
[2] Cloudflare
<https://developers.cloudflare.com/1.1.1.1/dns-over-https/json-format/>
2019-11-25 20:08:30 +01:00
n1073645
1118ff598d From Base85 and From Braille signatures added for magic 2019-11-25 13:43:31 +00:00
n1073645
09e93b4639 Added ICO extractor 2019-11-25 11:26:31 +00:00
fjh1997
d16bbe1e7e
Fixed typo in IPV6 alphabet
According to python3 base64.b85decode module https://github.com/python/cpython/blob/3.8/Lib/base64.py
2019-11-24 22:03:37 +08:00
n1073645
81d1007bb7 Added tests for regex operation and a slight bug fix 2019-11-22 10:45:02 +00:00
n1073645
04036e001e Comments and linting for regex operation. 2019-11-21 12:13:34 +00:00
n1073645
725b0d42f8 Comments to OLE2 extractor 2019-11-21 11:34:11 +00:00
n1073645
071c1bdea6 Comments for OLE2 extractor. 2019-11-21 11:29:45 +00:00