VolRunCmds
Execute volatility with command and return tabular output. Incase where proper json output is not supported, scripts returns error. User should use raw command.
javascript · Volatility (Deprecated)
Details
| ID | VolRunCmds |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | memory forensics volatility server |
README
Executes Volatility with a command and returns tabular output. In casse where proper JSON output is not supported, the script will return an error. The user should use a raw command.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | memory, forensics, volatility, server |
Inputs
| Argument Name | Description |
|---|---|
| cmds | The comma-separated list of volatility commands/modules to run. |
| memdump | The path to memory dump the file on the system being used. |
| system | The system with Volatility installed to be used for the analysis. |
| profile | The Volatility profile to use. |
Outputs
There are no outputs for this script.
commonfields: id: VolRunCmds version: -1 name: VolRunCmds script: '' type: javascript tags: - memory - forensics - volatility - server comment: Execute volatility with command and return tabular output. Incase where proper json output is not supported, scripts returns error. User should use raw command. system: true args: - name: cmds required: true description: Comma-separated list of volatility commands/modules to run - name: memdump required: true description: Path to memory dump file on the system being used - name: system required: true description: System with Volatility installed to be used for the analysis - name: profile description: Volatility profile to use scripttarget: 0 dependson: {} timeout: 0s fromversion: 5.0.0