mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 17:02:53 +01:00
feat: Command injection with newlines
This commit is contained in:
parent
8df30de938
commit
1dc5054c4d
1 changed files with 7 additions and 0 deletions
|
|
@ -55,6 +55,13 @@ original_cmd_by_server | ls
|
||||||
original_cmd_by_server || ls # Only if the first cmd fail
|
original_cmd_by_server || ls # Only if the first cmd fail
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Commands can also be run in sequence with newlines
|
||||||
|
|
||||||
|
```bash
|
||||||
|
original_cmd_by_server
|
||||||
|
ls
|
||||||
|
```
|
||||||
|
|
||||||
### Inside a command
|
### Inside a command
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue