Merge branch 'patch-1' of https://github.com/xavier630/CyberChef into xavier630-patch-1

This commit is contained in:
n1474335 2021-02-01 14:31:42 +00:00
commit 7ec91e2366

View File

@ -41,7 +41,7 @@ class ScanForEmbeddedFiles extends Operation {
* @returns {string} * @returns {string}
*/ */
run(input, args) { run(input, args) {
let output = "Scanning data for 'magic bytes' which may indicate embedded files. The following results may be false positives and should not be treat as reliable. Any sufficiently long file is likely to contain these magic bytes coincidentally.\n", let output = "Scanning data for 'magic bytes' which may indicate embedded files. The following results may be false positives and should not be treated as reliable. Any sufficiently long file is likely to contain these magic bytes coincidentally.\n",
numFound = 0; numFound = 0;
const categories = [], const categories = [],
data = new Uint8Array(input); data = new Uint8Array(input);