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

How to find extractor file in docker or my host #1172

Open
yujack008 opened this issue Nov 20, 2023 · 2 comments
Open

How to find extractor file in docker or my host #1172

yujack008 opened this issue Nov 20, 2023 · 2 comments
Labels

Comments

@yujack008
Copy link

The FACT version you are using

No response

Your question

the unpacker module i can see

patool: Extracting /tmp/extractor/input/f620f62db123b3e26a302b84001c9f02f802ae2a3007b04e3924009cc740b3b1_201609133 ...
patool: running /usr/local/bin/7z e -o/tmp/fact_unpack_bn4gerf6 -- /tmp/extractor/input/f620f62db123b3e26a302b84001c9f02f802ae2a3007b04e3924009cc740b3b1_201609133
patool: ... /tmp/extractor/input/f620f62db123b3e26a302b84001c9f02f802ae2a3007b04e3924009cc740b3b1_201609133 extracted to `/tmp/fact_unpack_bn4gerf6'.

but how can find /tmp/fact_unpack_bn4gerf6 . i want to see the extractor file

@jstucke
Copy link
Collaborator

jstucke commented Nov 22, 2023

The path /tmp/extractor/input/f620f62db123b3e26a302b84001c9f02f802ae2a3007b04e3924009cc740b3b1_201609133 exists only inside the extractor container. What is more, it is mounted from a temporary folder which gets deleted after the extraction is finished. So /tmp/fact_unpack_bn4gerf6 could be the correct folder but it gets deleted directly after the extraction.

You can also use the extractor container directly (without FACT). See the readme for reference.

@jstucke
Copy link
Collaborator

jstucke commented Nov 22, 2023

Why do you need to find the folder, though? You can also download all files (the file that gets extracted as well as all extracted files) from FACT's web interface.

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

No branches or pull requests

2 participants