XSS with failing method in the injected DOM within onclick
If I have a DOM XSS such as
<button type="button" data-dismiss="modal" onclick="Register.search(‘{INJECTION_PAYLOAD}’);">
Search
</button>
Where I could for example inject code which closes th… Continue reading XSS with failing method in the injected DOM within onclick