You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: