bulk_extractor icon indicating copy to clipboard operation
bulk_extractor copied to clipboard

Take input files to scan from a config file.

Open gerhardj opened this issue 5 years ago • 3 comments

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.

gerhardj avatar Jan 13 '21 10:01 gerhardj

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 [email protected] 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.

simsong avatar Jan 13 '21 11:01 simsong

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.

gerhardj avatar Jan 19 '21 11:01 gerhardj

How about an input config file that specifies the targets?


Sent from my phone.

On Jan 19, 2021, at 6:32 AM, gerhardj [email protected] 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 avatar Jan 19 '21 11:01 simsong