mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-13 14:52:53 +00: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
|
||||
```
|
||||
|
||||
Commands can also be run in sequence with newlines
|
||||
|
||||
```bash
|
||||
original_cmd_by_server
|
||||
ls
|
||||
```
|
||||
|
||||
### Inside a command
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue