mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 18:16:53 -04:00
HTTP Gzip Decrypt working
This commit is contained in:
parent
90802db3c4
commit
b9d33c0618
5 changed files with 50 additions and 0 deletions
|
@ -1676,6 +1676,13 @@ const OperationConfig = {
|
|||
outputType: "string",
|
||||
args: []
|
||||
},
|
||||
"HTTP gzip decrypt": {
|
||||
description: "Decrypts Gzip payload from a request or response and returning plaintext of the header and decrypted payload.",
|
||||
run: Compress.runHttpGzip,
|
||||
inputType: "byteArray",
|
||||
outputType: "byteArray",
|
||||
args: []
|
||||
},
|
||||
"Parse User Agent": {
|
||||
description: "Attempts to identify and categorise information contained in a user-agent string.",
|
||||
run: HTTP.runParseUserAgent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue