simsong / bulk_extractor

This is the development tree. Production downloads are at:
https://github.com/simsong/bulk_extractor/releases
Other
1.08k stars 185 forks source link

Take input files to scan from a config file. #154

Open gerhardj opened 3 years ago

gerhardj commented 3 years ago

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.

simsong commented 3 years ago

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.

gerhardj commented 3 years ago

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.

simsong commented 3 years ago

How about an input config file that specifies the 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.