diff --git a/acquire/collector.py b/acquire/collector.py index a48ba8b9..bea16eca 100644 --- a/acquire/collector.py +++ b/acquire/collector.py @@ -194,7 +194,7 @@ def __init__(self, target: Target, output: Output, base: str = "fs", skip_list: self.report = CollectionReport() self.bound_module_name = None - self.filter: Callable[[fsutil.TargetPath], bool] = None + self.filter = lambda path: True self.output.init(self.target)