We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I have encountered an issue while using it. I hope you can help me answer my questions. Thank you very much
html
<iframe src=`http://xssme.html5sec.org/?xss=<iframe onload=%22xhr=new XMLHttpRequest();xhr.open('GET','http://html5sec.org/xssme2',true);xhr.onreadystatechange=function(){if(xhr.readyState==4%26%26xhr.status==200){alert(xhr.responseText.match(/'([^']%2b)/)[1])}};xhr.send();%22>`>
It should be src=xxxx
There is another question. How to perform secondary parsing when the src is an HTML tag
thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I have encountered an issue while using it. I hope you can help me answer my questions. Thank you very much
html
It should be src=xxxx
There is another question. How to perform secondary parsing when the src is an HTML tag
thanks
The text was updated successfully, but these errors were encountered: