People often ask me "How did you learn how to hack?" The answer: by reading. This page is a collection of the blog posts and other articles that I have accumulated over the years of my journey. Enjoy!
cp (yes, like in Unix terminals) is command to copy files. This same command can be used to transfer files between host and containers. In recent years, lots of issues have came up in containers because of this command.docker cp loading libraries at runtime for this command. By using chroot to go into the container directory for the copy, it prevents symbolic links. But, the dynamically loaded libraries are loaded within the container!