这是indexloc提供的服务,不要输入任何密码
Skip to content

[http2]: problem with host header setting #868

@FRIDM636

Description

@FRIDM636

Hello,

I have an http2 application fuzzing workflow where I need to set the host header to a specific value (the same analogy of a vhost),
as an example:
ffuf -u <url_x_domain> -request req.raw -http2 -w wordlist:FUZZ the req.raw contains Host: y_domain
or
ffuf -u <url_x_domain> -X POST -d "p=FUZZ" -http2 -w wordlist:FUZZ -H "Host: y_domain"

if the y_domain set to something like example.com/hello
ffuf will complain about "invalid http2 host header"
for information tools like burpsuite supports exactly the intended behavior but not enough performance for my need.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions