sensepost / dwn

d(ockerp)wn - a docker pwn tool manager
https://sensepost.com/blog/2021/dwn-a-docker-pwn-tool-manager-experiment/
GNU General Public License v3.0
156 stars 22 forks source link

add command attach #8

Open WAY29 opened 3 years ago

WAY29 commented 3 years ago

just add a command called dwn attach to attach dwn docker instead of raw docker attach, it can also be more convenient to be lazy: use dwn attach netcat-reverse instead of docker attach dwn_tcap_netcat-reverse

leonjza commented 3 years ago

If you know how to interactively attach to a running container, please send a PR!

WAY29 commented 3 years ago

I am looking for a long time, seemed to find a solution and a example