mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Extra Signatures added
This commit is contained in:
parent
ace8121d0e
commit
115b064081
1 changed files with 69 additions and 0 deletions
|
@ -1741,6 +1741,38 @@ export const FILE_SIGNATURES = {
|
||||||
},
|
},
|
||||||
extractor: null
|
extractor: null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Linux deb",
|
||||||
|
extension: "deb",
|
||||||
|
mime: "application/vnd.debian.binary-package",
|
||||||
|
description: "",
|
||||||
|
signature: {
|
||||||
|
0: 0x21,
|
||||||
|
1: 0x3C,
|
||||||
|
2: 0x61,
|
||||||
|
3: 0x72,
|
||||||
|
4: 0x63,
|
||||||
|
5: 0x68,
|
||||||
|
6: 0x3e
|
||||||
|
},
|
||||||
|
extractor: null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Apple Disk Image",
|
||||||
|
extension: "dmg",
|
||||||
|
mime: "application/x-apple-diskimage",
|
||||||
|
description: "",
|
||||||
|
signature: {
|
||||||
|
0: 0x78,
|
||||||
|
1: 0x01,
|
||||||
|
2: 0x73,
|
||||||
|
3: 0x0d,
|
||||||
|
4: 0x62,
|
||||||
|
5: 0x62,
|
||||||
|
6: 0x60
|
||||||
|
},
|
||||||
|
extractor: null
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"Miscellaneous": [
|
"Miscellaneous": [
|
||||||
{
|
{
|
||||||
|
@ -2470,6 +2502,43 @@ export const FILE_SIGNATURES = {
|
||||||
4: 0x70,
|
4: 0x70,
|
||||||
},
|
},
|
||||||
extractor: null
|
extractor: null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Smile",
|
||||||
|
extension: "sml",
|
||||||
|
mime: " application/x-jackson-smile",
|
||||||
|
description: "",
|
||||||
|
signature: {
|
||||||
|
0: 0x3a,
|
||||||
|
1: 0x29,
|
||||||
|
2: 0xa
|
||||||
|
},
|
||||||
|
extractor: null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Lua Bytecode",
|
||||||
|
extension: "luac",
|
||||||
|
mime: "application/x-lua",
|
||||||
|
description: "",
|
||||||
|
signature: {
|
||||||
|
0: 0x1b,
|
||||||
|
1: 0x4c,
|
||||||
|
2: 0x75,
|
||||||
|
3: 0x61
|
||||||
|
},
|
||||||
|
extractor: null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "WebAssembly binary",
|
||||||
|
extension: "wasm",
|
||||||
|
description: "",
|
||||||
|
signature: {
|
||||||
|
0: 0x00,
|
||||||
|
1: 0x61,
|
||||||
|
2: 0x73,
|
||||||
|
3: 0x6d
|
||||||
|
},
|
||||||
|
extractor: null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue