CuckooGetScreenshot Deprecated
Deprecated. Use 'cuckoo-task-screenshot' command instead.
python · Cuckoo Sandbox
Details
| ID | CuckooGetScreenshot |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.10.6.33415 |
| Tags | cuckoo |
README
Deprecated. Use ‘cuckoo-task-screenshot’ command instead.
Retrieves screenshots taken during a task analysis
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | cuckoo |
Dependencies
This script uses the following commands and scripts.
- cuckoo-task-screenshot
Inputs
| Argument Name | Description |
|---|---|
| id | The ID of the task that generated the screenshot. |
| screenshot | The numerical identifier of a single screenshot. For example, 0001, 0002. (optional). |
Outputs
There are no outputs for this script.
commonfields: id: CuckooGetScreenshot version: -1 name: CuckooGetScreenshot script: '' type: python subtype: python3 tags: - cuckoo comment: Deprecated. Use 'cuckoo-task-screenshot' command instead. deprecated: true system: true args: - name: id required: true default: true description: ID of the task that generated the screenshot - name: screenshot description: (optional) - numerical identifier of a single screenshot (e.g. 0001, 0002) scripttarget: 0 dependson: must: - cuckoo-task-screenshot timeout: 0s tests: - No test fromversion: 5.0.0 dockerimage: demisto/python3:3.10.6.33415