VolRaw
Execute volatility with command and file as parameters and returns raw output from stdout.
javascript · Volatility (Deprecated)
Source
packOutput('vol.py -f ' + args.file + ' ' + args.cmd);
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.