VolRaw
Execute volatility with command and file as parameters and returns raw output from stdout.
javascript · Volatility (Deprecated)
Details
| ID | VolRaw |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | agent volatility |
README
Executes Volatility with command and files as parameters and returns raw output from stdout.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | agent, volatility |
Inputs
| Argument Name | Description |
|---|---|
| cmd | The Volatility command to run. |
| file | The path of file to pass as argument to Volatility. |
Outputs
There are no outputs for this script.
commonfields: id: VolRaw version: -1 name: VolRaw script: '' type: javascript tags: - agent - volatility comment: Execute volatility with command and file as parameters and returns raw output from stdout. system: true args: - name: cmd required: true description: Volatility command to run - name: file required: true description: Path of file to pass as argument to Volatility scripttarget: 1 dependson: {} timeout: 0s fromversion: 5.0.0