合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
### :-: 输入输出 • 使用命令的输出作为可执行文件的输入参数 ``` $ ./vulnerable `your_command_here` 或者 $ ./vulnerable $(your_command_here) ``` • 使用命令作为输入 ``` $ your_command_here | ./vulnerable ``` • 将命令行输出写入文件 ``` $ your_command_here > filename ``` • 使用文件作为输入 ``` $ ./vulnerable < filename ```