mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-25 11:41:16 +07:00
commit
7d9a037559
@ -312,7 +312,7 @@ db-peda$ x/s 0xffffd584
|
|||||||
## 输入输出
|
## 输入输出
|
||||||
|
|
||||||
- 使用命令的输出作为可执行文件的输入参数
|
- 使用命令的输出作为可执行文件的输入参数
|
||||||
- `$ ./vulnerable 'your_command_here'`
|
- <code>$ ./vulnerable `your_command_here`</code>
|
||||||
- `$ ./vulnerable $(your_command_here)`
|
- `$ ./vulnerable $(your_command_here)`
|
||||||
- 使用命令作为输入
|
- 使用命令作为输入
|
||||||
- `$ your_command_here | ./vulnerable`
|
- `$ your_command_here | ./vulnerable`
|
||||||
|
Loading…
Reference in New Issue
Block a user