Pardon me my good Sir, but, in your opinion, what would some non-common XSS techniques consist of?
(for everyone else blindfuzzy, as is our usual banter)
I was just referring to the info posted as common knowledge. You can google XSS and find all this in better formatting with more information.
Funny his post almost looks like this one:
https://www.exploit-db.com/papers/13646/Anywho some less common vectors for XSS include:
1″ onmouseover=alert(“xss”); “
“onload=’confirm(“test XSS”)’
” onload=window.open(
www.google.com)
” onload=’javascript:alert(1)’
You can exploit these when the input parameter value is reflected in HTML input tag or in other HTML code.
You can also XSS the file upload functionality by uploading an html file with xss type of script. Things get more tricky with a site that is locked down with ASP and there are various fuzzing techniques to bypass the ASP xss protection.