VolRaw

Execute volatility with command and file as parameters and returns raw output from stdout.

javascript · Volatility (Deprecated)

Details

IDVolRaw
Languagejavascript
From Version5.0.0
Tagsagent 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.

packOutput('vol.py -f ' + args.file + ' ' + args.cmd);