-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi!
I just wanted to drop here another use case that it'll be great to drop out from the results, marking it as a false positive.
During the nonexistent paths detection, it'll be great to test a random file with different extensions, as I've seen several cases where the response varies depending only on the extension appended. E.g.:
$ curl -s -o /dev/null -w "%{size_download}" http://[REDACTED]/error/1.html
14
$ curl -s -o /dev/null -w "%{size_download}" http://[REDACTED]/error/1.php
60In this example, any request that ends in .html will have a size of 14 bytes, and any request that finishes in .php will have a size of 60 bytes.
It'll be great if the nonexistent detection routine could handle these cases too.
My two cents!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request