Skip to content

Setting Host Header via -H Doesn't Set it in Requests #271

@ryohare

Description

@ryohare
gobuster dir -u http://localhost:8000 -w list.txt -H 'Host: sdf'
sudo tcpdump -i lo -nn -A port 8000 | grep Host
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on lo, link-type EN10MB (Ethernet), capture size 262144 bytes
Host: localhost:8000
Host: localhost:8000
Host: localhost:8000
Host: localhost:8000
Host: localhost:8000
Host: localhost:8000
Host: localhost:8000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions