exploit_copy
Copies an Exploit-DB exploit to a specified directory, providing a local working copy for modification and testing.
Instructions
Copy an exploit to a working directory for modification.
Args: edb_id: Exploit-DB ID number destination: Directory to copy to (default: /tmp)
Returns: Path to copied exploit file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edb_id | Yes | ||
| destination | No | /tmp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |