mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2025-02-28 03:37:07 +00:00
7 lines
54 B
Markdown
7 lines
54 B
Markdown
|
## Template Injection
|
||
|
|
||
|
**Ruby**
|
||
|
|
||
|
```ruby
|
||
|
<%=`id`%>
|
||
|
```
|