Isona / dirble

Fast directory scanning and scraping tool
GNU General Public License v3.0
612 stars 87 forks source link

Filter and display response headers #29

Open sciguy16 opened 5 years ago

sciguy16 commented 5 years ago

It would be useful to be able to optionally display all or a subset of the response headers from each request, or to flag up when a reponse header matches a particular search string.

A recent test I did involved checking a load of API endpoints for header injection, and my requests included "X-Some-Custom-Header: ", and the server would sometimes duplicate this header in its response, or copy the header value into the response body. Being able to filter responses based on whether they included the payload in the response, against a wordlist of endpoints would dramatically speed up this testing.