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
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!
The text was updated successfully, but these errors were encountered:
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:
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.
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!
The text was updated successfully, but these errors were encountered: