read_file
Read the contents of a file on a remote target server using the ReadFile API, returning the data for analysis during penetration testing.
Instructions
Reads a file using the ReadFile win32 API call. Returns the contents of that file.
Args:
agent_id: ID of agent to read file from
file_path: Path to the file to read on the target server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| file_path | Yes |