CuckooGetScreenshot Deprecated

Deprecated. Use 'cuckoo-task-screenshot' command instead.

python · Cuckoo Sandbox

Source

import demistomock as demisto  # noqa: F401
from CommonServerPython import *  # noqa: F401


def main():
    demisto.results(demisto.executeCommand("cuckoo-task-screenshot", demisto.args()))


if __name__ in ('__main__', '__builtin__', 'builtins'):
    main()

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.