-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Certain Dissect plugins can't really work on a limited set of acquired data, such as walkfs. If you run walkfs on a full disk you get a nice overview of all files, however if you do this on an acquire collect it will list you the files within the collect instead of the original system.
It would be great to have a way to run walkfs (and other plugins probably) during acquisition. Then we can store the results within a record file in the output. This would allow you to do an actual walkfs of the system, instead of the content of the acquisition.
Furthermore, this would also require a change in dissect.target, since you would like to return the results of this predefined recordsfile if it exists, instead of actually running the plugin again. This way running target-query -f walkfs -t <fulldisk> and target-query -f walkfs -t <acquire collect> will return the same results.