Provoking browser quirks with behavioural fuzzing
https://portswigger.net/blog/provoking-browser-quirks-with-behavioural-fuzzing [portswigger.net]
2019-06-16 02:29
The first bug I want to talk about is how to close a HTML comment in a different way. If you read the HTML specification you’ll know that you can close a comment with --> or --!> but what about another way? This is a great question to start off fuzzing with. You just then need to generate some code that answers that question.
source: grugq