[feature] attribute based XSS
jayateertha043 opened this issue · 1 comments
jayateertha043 commented
Actually the tool can only detect tag based xss payloads, for detecting attribute based xss, we need to analyse context where they payload is reflected.
May be you can add context analysis if required, to reduce false positives(only for attribute based xss).
This applies only for attribute based xss vulnerability .
d4rckh commented
the tool is just a fuzzer, not an xss scanner, maybe a plugin mechanism so you can make your own add-ons and features?