mirror of
https://github.com/gchq/CyberChef
synced 2024-11-16 09:27:56 +00:00
Merge branch 'chrishepner-scanembedded-typo'
This commit is contained in:
commit
c51e6efe74
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class ScanForEmbeddedFiles extends Operation {
|
|||
* @returns {string}
|
||||
*/
|
||||
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 suffiently 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 treat as reliable. Any sufficiently long file is likely to contain these magic bytes coincidentally.\n",
|
||||
numFound = 0;
|
||||
const categories = [],
|
||||
data = new Uint8Array(input);
|
||||
|
|
Loading…
Reference in a new issue