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

/transfer running as root and cannot transfer files to host #35

Open
virgilcj opened this issue Aug 23, 2021 · 1 comment
Open

/transfer running as root and cannot transfer files to host #35

virgilcj opened this issue Aug 23, 2021 · 1 comment

Comments

@virgilcj
Copy link

Using the docker and -v to mount current volume to /transfer directory, I can see that /transfer is owned by root and hence cannot transfer any files from docker into the /transfer folder to take the files outside to the host machine

@ghost
Copy link

ghost commented Jan 25, 2022

Same issue here. Fixed it by adding RUN echo "root:root" | chpasswd to the Dockerfile. Then after running Witnessme I've escalated my privileges to root and transferred the output to the host machine.

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

No branches or pull requests

1 participant