mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Moved alternative JAR signature
This commit is contained in:
parent
14190fc533
commit
673e6aede5
1 changed files with 11 additions and 4 deletions
|
@ -1716,13 +1716,21 @@ export const FILE_SIGNATURES = {
|
||||||
extension: "jar",
|
extension: "jar",
|
||||||
mime: "application/java-archive",
|
mime: "application/java-archive",
|
||||||
description: "",
|
description: "",
|
||||||
signature: [
|
signature:
|
||||||
{
|
{
|
||||||
0: 0x5f,
|
0: 0x5f,
|
||||||
1: 0x27,
|
1: 0x27,
|
||||||
2: 0xa8,
|
2: 0xa8,
|
||||||
3: 0x89
|
3: 0x89
|
||||||
},
|
},
|
||||||
|
extractor: extractZIP
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Jar Archive Alternative",
|
||||||
|
extension: "jar",
|
||||||
|
mime: "application/java-archive",
|
||||||
|
description: "",
|
||||||
|
signature:
|
||||||
{
|
{
|
||||||
0: 0x50,
|
0: 0x50,
|
||||||
1: 0x4B,
|
1: 0x4B,
|
||||||
|
@ -1734,9 +1742,8 @@ export const FILE_SIGNATURES = {
|
||||||
7: 0x00,
|
7: 0x00,
|
||||||
8: 0x08,
|
8: 0x08,
|
||||||
9: 0x00
|
9: 0x00
|
||||||
}
|
},
|
||||||
],
|
extractor: null
|
||||||
extractor: extractZIP
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "lzop compressed",
|
name: "lzop compressed",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue