ctf_sendline
Send a line of text to a CTF program with an automatic newline, enabling precise input control during exploitation.
Instructions
向 CTF 程序发送一行数据(自动追加换行符)。
Args: line: 要发送的文本行
Returns: 确认信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |