edddd
edddd

Reputation: 482

Is it possible to filter HTTP Headers in Shodan?

The Shodan filter reference only shows a way to search using the hash of all the HTTP headers (http.headers_hash) in a banner. Is there some way to search for specific header fields or values?

Upvotes: 1

Views: 4561

Answers (2)

Colin
Colin

Reputation: 917

the correct answer is to use the Shodan HTTP search filter http.headers_hash as seen on their official page here.

Upvotes: 0

achillean
achillean

Reputation: 560

You can just search for them directly as they're contained in the main data property of the banner. You don't need to use search filters. For example: https://www.shodan.io/search?query=%22X-Recruiting%3A%22

Upvotes: 3

Related Questions