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

What about custom artifacts? #35

Closed
Flockenmumie opened this issue Jul 20, 2023 · 2 comments
Closed

What about custom artifacts? #35

Flockenmumie opened this issue Jul 20, 2023 · 2 comments

Comments

@Flockenmumie
Copy link

Hi!
I really like acquire bc of the ease of dealing with images / vmdks.
Can you state what is the go-to way if I want to acquire my own artifacts? As far as I have seen, there is no option to provide a list of paths or similar. In this case, I will have to implement my own module, isn't it?
Thanks in advance for answering!

@Schamper
Copy link
Member

Schamper commented Jul 20, 2023

Hi @Flockenmumie! You can easily acquire additional files or directories using the --file, --dir or --glob arguments. You can add as many as you need of these to your arguments. For example, to collect two additional files and a directory, you could do:

acquire --file path/to/first/file --file path/to/second/file --dir path/to/dir

This is also shortly described in the documentation: https://docs.dissect.tools/en/latest/tools/acquire.html (last paragraph before the "Deployment" header).

If your acquisition requires some computation (i.e. needing to retrieve a path from the registry, or by parsing another file) then you need to implement your own module.

@Schamper
Copy link
Member

Hi @Flockenmumie, I'll close this issue for now. Feel free to re-open if you have any further questions!

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

No branches or pull requests

2 participants