You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes me think of @williballenthin's presentation, Willi is very convincing that instead of hardcoding a predefined output (be it a JSON structure), we should implement a templating system.
That way, each one is free to implement output as they wish: XML,, CSV, JSON, etc.
As mentioned in #10, it would be really useful if RegRippy could also output its results in a format that it easier to process by scripts.
In my opinion, JSON would be the best solution. Here is a possible output format:
$ regrip.py --json -r /mnt/evidence --all-user-hives run
display_json
display_json
return useful data even if the plugin didn't override itdisplay_json
if the--json
flag is passed, grouping results in a JSON arrayIf you use RegRippy, what do you think? Would this help you in your day-to-day job?
The text was updated successfully, but these errors were encountered: