mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Magic operation now recognises useful operations such as 'Render Image' even though their output cannot be analysed
This commit is contained in:
parent
1760ab2305
commit
27ec4aa923
3 changed files with 34 additions and 14 deletions
|
@ -4091,7 +4091,8 @@ const OperationConfig = {
|
|||
{
|
||||
match: "^(?:\\xff\\xd8\\xff|\\x89\\x50\\x4e\\x47|\\x47\\x49\\x46|.{8}\\x57\\x45\\x42\\x50|\\x42\\x4d)",
|
||||
flags: "",
|
||||
args: ["Raw"]
|
||||
args: ["Raw"],
|
||||
useful: true
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue