mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Added several more file signatures. The background magic button now highlights when a file type has been detected.
This commit is contained in:
parent
6810f38808
commit
da901e20d9
4 changed files with 411 additions and 29 deletions
|
@ -97,6 +97,7 @@ class Magic {
|
|||
|
||||
if (!fileType.length) return null;
|
||||
return {
|
||||
name: fileType[0].name,
|
||||
ext: fileType[0].extension,
|
||||
mime: fileType[0].mime,
|
||||
desc: fileType[0].description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue