bugbounty-cheatsheet/cheatsheets/template-injection.md

7 lines
54 B
Markdown
Raw Normal View History

2017-07-14 15:35:52 +01:00
## Template Injection
**Ruby**
```ruby
<%=`id`%>
```