VolJson

Execute volatility with command and file as parameters and return output as json.

javascript · Volatility (Deprecated)

Source

var command = 'vol.py --output=json -f ' + args.file + ' ' + args.cmd;

return executeCommand('RemoteExec', {system:args.system, cmd:command});

README

Executes Volatility with command and files it as parameters and returns the output as JSON.

Script Data


Name Description
Script Type javascript
Tags volatility

Inputs


Argument Name Description
cmd The Volatility command to run.
file The path of file to pass as an argument to Volatility.
system The name of the system on which to run the command.

Outputs


There are no outputs for this script.