Commit graph

2602 commits

Author SHA1 Message Date
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
n1474335
ec50105e34 9.11.12 2019-12-09 13:51:52 +00:00
n1474335
86ebed132d Updated dependencies 2019-12-09 13:51:48 +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
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
798f013219 9.11.11 2019-12-02 15:17:22 +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
44c2b71e6c 9.11.10 2019-11-27 12:56:30 +00:00
n1474335
b806be3f49 Merge branch 'n1073645-master' 2019-11-27 12:56:21 +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
b459c15d74 9.11.9 2019-11-27 12:47:16 +00:00
n1474335
8a02b35d7d Merge branch 'Mirclus-master' 2019-11-27 12:47:10 +00:00
n1474335
d4441823aa Merge branch 'master' of https://github.com/Mirclus/CyberChef into Mirclus-master 2019-11-27 12:46:25 +00:00
n1474335
13e9a4f0da 9.11.8 2019-11-27 12:36:18 +00:00
n1474335
33471a33d6 Merge branch 'fjh1997-master' 2019-11-27 12:36:13 +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
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
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
n1474335
610d46a1a4 9.11.7 2019-11-21 14:21:20 +00:00
n1474335
f7acef4642 Fixed module detection issue. Closes #881 2019-11-21 14:13:36 +00:00
n1474335
fd5b6c5243 9.11.6 2019-11-21 13:05:39 +00:00