Implemented support for binary prefix/suffix.

This commit is contained in:
Jakob Friedl
2025-11-23 20:40:48 +01:00
parent fb78ae16cc
commit d4c57cf980
5 changed files with 46 additions and 14 deletions

View File

@@ -49,7 +49,13 @@ suffix = ".######################################-####"
# encoding = [
# { type = "rot", key = 5 },
# { type = "base64" }
# ]
# ]
# Example: Binary prefix (PDF header)
# placement = { type = "body" }
# encoding = { type = "xor", key = 100 }
# prefix = [0x25, 0x50, 0x44, 0x46]
# suffix = [0x25, 0x25, 0x45, 0x4F, 0x46]
# Defines arbitrary URI parameters that are added to the request
[http-get.agent.parameters]