Commit graph

1735 commits

Author SHA1 Message Date
n1474335
1e4ff3e74d Tidied up Normalise Unicode operation 2020-02-21 11:11:16 +00:00
Matthieu
788660ccab Add operation to normalise unicode 2020-02-21 11:11:15 +00:00
n1474335
041accde13 Tidied up Case Insensitive Regex ops 2020-02-21 11:11:15 +00:00
n1073645
f07bc1b5e3 Added tests for regex operation and a slight bug fix 2020-02-21 11:11:15 +00:00
n1073645
ce4821f9b1 Comments and linting for regex operation. 2020-02-21 11:11:15 +00:00
n1073645
6e97390da0 Linting on regex operation 2020-02-21 11:11:15 +00:00
n1073645
1016f93d79 Replaced the .replaces in regex operation 2020-02-21 11:11:15 +00:00
n1073645
ce8c698e0a Combined two rules into one case insensitive rule 2020-02-21 11:11:15 +00:00
n1073645
7f82acfe51 ToCaseInsensitiveRegex improvements 2020-02-21 11:11:15 +00:00
n1073645
7b1c1f78e0 ToCaseInsensitiveRegex improvements 2020-02-21 11:11:15 +00:00
Bart
f6f2cdf2c2 Improve RTF detection
Certain RTF files may attempt to thwart detection by having a malformed RTF header, such as **{\rt000**. Removing 0x66 will result in detecting these malformed yet valid RTFs as well.

Additional reading:
https://www.decalage.info/rtf_tricks#Trick_1:_Incomplete_RTF_Header
2020-02-21 11:11:15 +00:00
n1073645
d7c0d94d95 Linting 2020-02-21 11:11:15 +00:00
n1073645
a680e8ec5c Tidy up 2020-02-21 11:11:15 +00:00
n1073645
c2f29bdbce Remove unnecessary comments. 2020-02-21 11:11:15 +00:00
n1073645
3bb42a6402 Gzip tests added 2020-02-21 11:11:14 +00:00
n1073645
54cd9f8b74 Sets the gzip comment bitfield 2020-02-21 11:11:14 +00:00
n1474335
6a3500b844 Tidied up ICO extractor 2020-02-21 11:11:14 +00:00
n1073645
fe57592aa3 Linting and tidy up 2020-02-21 11:11:14 +00:00
n1073645
a2157fc76d From Base85 and From Braille signatures added for magic 2020-02-21 11:11:14 +00:00
n1073645
831e5a6e5d Added ICO extractor 2020-02-21 11:11:14 +00:00
n1474335
fdd373ebcf Tidied up OLE2 extractor 2020-02-21 11:11:14 +00:00
n1073645
8d2eeb75b0 Comments to OLE2 extractor 2020-02-21 11:11:14 +00:00
n1073645
7a46253675 Comments for OLE2 extractor. 2020-02-21 11:11:14 +00:00
n1073645
dd1729059c Comments for OLE2 extractor. 2020-02-21 11:11:14 +00:00
n1073645
c18ecb7974 Added extractor for OLE2 and modified the PLIST one. 2020-02-21 11:11:14 +00:00
n1474335
447acd4fc9 Operation elements now have decreasing z-index properties, meaning dropdowns do not get hidden. Fixes #925 2020-02-21 11:11:14 +00:00
n1474335
3dcfa78911 Always display HTML outputs even if they are above the size threshold. Could lead to crashing, but this risk is accepted. 2020-02-21 11:11:13 +00:00
n1474335
0f2d74da5a Improved CR preservation logic - now based on entropy 2020-02-21 11:11:13 +00:00
n1474335
ac16dde509 Added 'Show all' button to output file overlay 2020-02-21 11:11:13 +00:00
n1474335
fbdaed6215 Fixed file overlay icon 2020-02-21 11:11:13 +00:00
n1474335
fd72f00c05 Updated dependencies 2020-02-21 11:11:13 +00:00
n1073645
2d5624ecde Fixed the magic bug where it wouldnt recommended operations that resulted in lists of files 2020-02-21 11:10:40 +00:00
n1474335
c72e3b1134 Added word separator code to Morse Code ops. 2020-02-21 11:10:15 +00:00
d98762625
a80c8ae0c0 Add special case for Magic (flow control) to node api 2020-02-21 11:10:15 +00:00
n1474335
1114ec5559 Improved comment in Tar extractor 2020-02-21 11:10:15 +00:00
n1073645
2fdffcd217 Tidied up ExtractTAR 2020-02-21 11:10:15 +00:00
n1073645
2a3865a3b7 Tidied up ExtractTAR 2020-02-21 11:10:15 +00:00
n1073645
02d8d4836a Made TAR extractor and MACHO signature more robust 2020-02-21 11:10:15 +00:00
n1073645
292b91bd95 Made TAR extractor and MACHO signature more robust 2020-02-21 11:10:15 +00:00
n1073645
2df0185c8a Made TAR extractor and MACHO signature more robust 2020-02-21 11:10:15 +00:00
n1073645
69a085d981 Tidied up local and global variables for Mach-o 2020-02-21 11:10:15 +00:00
n1073645
30498eb756 Rectified magic bytes for MACHO extractor 2020-02-21 11:10:15 +00:00
n1073645
c7893d8633 Added Tar and Mach-O extractors 2020-02-21 11:10:15 +00:00
Mirclus
018e9c19a7 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/>
2020-02-21 11:10:15 +00:00
fjh1997
ff01dff1fc Fixed typo in IPV6 alphabet
According to python3 base64.b85decode module https://github.com/python/cpython/blob/3.8/Lib/base64.py
2020-02-21 11:10:15 +00:00
n1073645
501c82f9f2 Linting changes 2020-02-21 11:10:15 +00:00
Michał Janiszewski
5a623c1a28 Add missing filenames for Node 12 imports 2020-02-21 11:10:15 +00:00
n1474335
719e2b3e4b Tidied up consumeWhile and consumeUntil 2020-02-21 11:10:15 +00:00
n1474335
29218334ea Fixed bug in Base62 operations when using different alphabets 2020-02-21 11:10:15 +00:00
n1073645
9912fc5fa5 Linting changes 2020-02-21 11:10:15 +00:00