Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented unified output features #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BenjamineSB
Copy link

'vol.py --plugins=path/to/ndispktscan -f memory.dmp --profile=Win7SP1x64 ndispktscan' output is showing on the terminal and it is difficult to process with the data if we saved the output to text file or something else.
This new change that I made will helpful to get the output of the ndispktscan in tabular format (especially in json or csv) to process inside the data.
example command:
vol.py --plugins=path/to/ndispktscan -f memory.dmp --profile=Win7SP1x64 ndispktscan --output=json --output-file=./jsonfile.json
vol.py --plugins path/to/ndispktscan/ -f memory.dmp --profile Win7SP1x64 ndispktscan --slack --output=json --output-file=./jsonfile.json

'vol.py --plugins=path/to/ndispktscan -f memory.dmp --profile=Win7SP1x64 ndispktscan' output is showing on the terminal and it is difficult to process with the data if we saved the output to text file or something else. 
This new change that I made will helpful to get the output of the ndispktscan in tabular format (especially in json or csv) to process inside the data. 
example command: 
vol.py --plugins=path/to/ndispktscan -f memory.dmp --profile=Win7SP1x64 ndispktscan --output=json --output-file=./jsonfile.json
vol.py --plugins path/to/ndispktscan/ -f memory.dmp --profile Win7SP1x64 ndispktscan --slack --output=json --output-file=./jsonfile.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant