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
It doesn’t follow symbolic links to avoid loops and to prevent a mounted file system from analyzing your host directory. How many symlinks are in your link directory? Why not run it for each target and combine the outputs?
----
Sent from my phone.
On Jan 13, 2021, at 5:40 AM, gerhardj <notifications@github.com> wrote:
Hi, I defined my targets to be scanned as a number of symbolic links. Then I call bulk_extractor in recursive mode:
bulk_extractor -R my_targets/ -o my_output
But it seems, BE doesn't follow symbolic links, so nothing is scanned. And there seems to be no option to change that.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
I see. I will do so, but I have to investigate more on how to do the combination and postprocessing manually. These are between 100 and 100,000 targets.
----
Sent from my phone.
On Jan 19, 2021, at 6:32 AM, gerhardj <notifications@github.com> wrote:
I see. I will do so, but I have to investigate more on how to do the combination and postprocessing manually. These are between 100 and 100,000 targets.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
simsong
changed the title
Follow symbolic links
Take input files to scan from a config file.
Jun 30, 2021
Hi, I defined my targets to be scanned as a number of symbolic links. Then I call bulk_extractor in recursive mode:
bulk_extractor -R my_targets/ -o my_output
But it seems, BE doesn't follow symbolic links, so nothing is scanned. And there seems to be no option to change that.
The text was updated successfully, but these errors were encountered: