VolJson

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

javascript · Volatility (Deprecated)

Details

IDVolJson
Languagejavascript
From Version5.0.0
Tagsvolatility

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.

commonfields:
  id: VolJson
  version: -1
name: VolJson
script: ''
type: javascript
tags:
- volatility
comment: Execute volatility with command and file as parameters and return output
  as json.
system: true
args:
- name: cmd
  required: true
  default: true
  description: Volatility command to run
- name: file
  required: true
  description: Path of file to pass as argument to Volatility
- name: system
  required: true
  description: Name of system on which to run the command
scripttarget: 0
dependson: {}
timeout: 0s
fromversion: 5.0.0