Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to recursively find folders #125

Open
chadtilbury opened this issue Aug 25, 2019 · 5 comments
Open

Add option to recursively find folders #125

chadtilbury opened this issue Aug 25, 2019 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@chadtilbury
Copy link
Contributor

Files can be recursively searched for, but not folders. While many artifacts are in fixed locations, there are a subset which are not. Good examples are user folders for common cloud storage applications. OneDrive, Dropbox, Box, etc. preferences can be set to store files in non-default locations (i.e. %USERPROFILE%\CloudFiles\Dropbox instead of the default %USERPROFILE%\Dropbox). It would be advantageous to be able to set a starting point (%USERPROFILE% in this example) and a folder name (wild-card enabled) to recursively search for from that point.

@EricZimmerman
Copy link
Owner

While interesting this does little when the folder is completely renamed

Why not target a file that is always in the folder and look for that, like some metadata about Dropbox or something?

I'll certainly see what I can do for folders tho

@EricZimmerman EricZimmerman added the enhancement New feature or request label Aug 28, 2019
@pleaseemail
Copy link

This feature would be very useful for investigations wherein a subject may keep various files under unique folder name(s) but the folders may be present in multiple (unknown) places on the volume.

@mdawsonuk
Copy link
Contributor

This would be extremely useful for portable applications which can be installed anywhere but have to have a specific folder structure eg Tor Browser needs a \TorBrowser\Data\Tor structure for its data files.

@EricZimmerman
Copy link
Owner

EricZimmerman commented Oct 3, 2020 via email

@EricZimmerman
Copy link
Owner

i started laying the groundwork for this

FINDING the directory is easy, but there are several other things that need updated to copy out dirs vs files.

#progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants