Basically this would be a new option where the user could enter a couple of rules that would complement or override the checks used to consider if something is different or not. A quick example would be this:
Response length is somewhat similar
The response codes are different (original request 200 vs 204)
The user could then append a rule saying if request_1 == 200 & if request_1 == 204 -> vulnerable
This could be iterated to also tweak the response length / difference analysis (that I'm not sure how it is done right now); so assuming it's something like if 95% equal -> vulnerable, the user could tweak the 95% to be e.g. 80%.
Just an idea, the extension already works perfectly. Thanks!
Hi folks!
Basically this would be a new option where the user could enter a couple of rules that would complement or override the checks used to consider if something is different or not. A quick example would be this:
200
vs204
)The user could then append a rule saying
if request_1 == 200
&if request_1 == 204
-> vulnerableThis could be iterated to also tweak the response length / difference analysis (that I'm not sure how it is done right now); so assuming it's something like
if 95% equal
-> vulnerable, the user could tweak the95%
to be e.g.80%
.Just an idea, the extension already works perfectly. Thanks!