puffyCid / artemis

A cross platform forensic parser written in Rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CLI support for collecting artifacts

puffyCid opened this issue · comments

What new feature do you think would be cool to add to artemis?
Currently when a user downloads artemis, they cannot do anything with it unless they also create a JavaScript file or a TOML collection. This introduces an additional step a user must take to start using artemis.

It would be cool to add CLI args that a user can type to start collecting data.

Describe the solution you'd like
Run artemis with CLI args to collect data. Ex:
artemis acquire shimcache -> outputs shimcache JSON data

Additional context
This should be reasonable to implement. Clap makes it kind of easy to make CLI interfaces