mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 19:06:12 +00:00
feat: Command injection with newlines
This commit is contained in:
parent
8df30de938
commit
1dc5054c4d
@ -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 New Issue
Block a user