Cross Site Scripting (XSS)

References for Cross Site Scripting Attacks

Blogs / Articles:

Upgrading Self XSS:

https://twitter.com/hackerscrolls/status/1299711808312356865

Tools / Cheatsheets:

if you google ".xss.ht" you can find where others are testing and maybe reveal some priv programs. :P

Twitter Threads:

Payloads:

  • Did you know <a ping="url1 url2 url3 ..."> is a thing?Face screaming in fear

You can serve a XSS payload from a XML file: xss.xml: <?xml version="1.0" encoding="UTF-8"?> <html xmlns:html="http://w3.org/1999/xhtml"> <html:script>prompt(document.domain);</html:script> </html>

DOM XSS - https://portswigger.net/blog/introducing-dom-invader

Last updated

Was this helpful?