Testing for Vulnerability
Test Objectives
Assess if the Host header is being parsed dynamically in the application.
Bypass security controls that rely on the header.
How to Test
Supply an arbitrary Host Header
Check for flawed validation (Bypass)
Other Techniques
This is just a small sample of the many possible ways to issue harmful, ambiguous requests. For example, you can also adapt many HTTP request smuggling techniques to construct Host header attacks.
In Burp Suite, you can use the Param Miner extension's "Guess headers" function to automatically probe for supported headers using its extensive built-in wordlist.
REFERENCES
Last updated