|
|
|
|
|
by rvanniekerk
5407 days ago
|
|
Just a quick note from the advisory site "When using a third party attack tool to verify vulnerability - know that most
of the versions in the wild currently check for the presence of mod_deflate;
and will (mis)report that your server is not vulnerable if this module is not
present. This vulnerability is not dependent on presence or absence of
that module." Not sure if that's how you are checking for vulnerability, however it was reporting that my site was "not vulnerable" when it was very much so. |
|
The way I check for the vulnerability is based on the original perl script in the OP link. I submit 20 byte range requests and check for a Partial string in the response, if I see that I assume that the server is vulnerable. It's more of an educated guess, but I've been using it myself to fix misc servers I have running.