tomnomnom / meg

Fetch many paths for many hosts - without killing the hosts
MIT License
1.59k stars 266 forks source link

Multiple Headers #43

Closed myuyu closed 5 years ago

myuyu commented 5 years ago

Hi, I wanted to test Host Header Injection with Multiple Headers but I found that only one hydride can be sent Suggest that you add the possibility to send Multiple Headers

tomnomnom commented 5 years ago

Hello!

Sending multiple headers is already possible by passing multiple -H options, like this:

image

^^^ In this example I request https://httpbin.org/anything which returns the headers sent to it in the response. Note that both custom headers from the request are returned.

Let me know if you have any more issues

myuyu commented 5 years ago

Thank you very much