mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 22:21:01 +01:00
Fixed webm signature
This commit is contained in:
parent
10c8101476
commit
087cc6b8fd
@ -418,7 +418,7 @@ export const FILE_SIGNATURES = {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Video": [
|
"Video": [
|
||||||
{
|
{ // Place before webm
|
||||||
name: "Matroska Multimedia Container",
|
name: "Matroska Multimedia Container",
|
||||||
extension: "mkv",
|
extension: "mkv",
|
||||||
mime: "video/x-matroska",
|
mime: "video/x-matroska",
|
||||||
@ -444,11 +444,7 @@ export const FILE_SIGNATURES = {
|
|||||||
0: 0x1a,
|
0: 0x1a,
|
||||||
1: 0x45,
|
1: 0x45,
|
||||||
2: 0xdf,
|
2: 0xdf,
|
||||||
3: 0xa3,
|
3: 0xa3
|
||||||
4: 0x01,
|
|
||||||
5: 0x00,
|
|
||||||
6: 0x00,
|
|
||||||
7: 0x00
|
|
||||||
},
|
},
|
||||||
extractor: null
|
extractor: null
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user