DockerPwn.py Versions Save

Python automation of Docker.sock abuse

1.0-r1

4 years ago

Release for Kali Packaging

v1.0

4 years ago

Release Highlights:

  • Monolithic script split into several adjunct files which are then imported and called from DockerPwn.py

  • Shell is now handled better, and automatically escalates to root and obtains a PTY.

  • Three methods are now available: adding a user, the original shadow alteration, and chroot shell from a container.

  • Some dependency shuffling, but largely the same.

  • Various verbiage output changes.

  • Reliability overall improved.

Notes:

Please utilize Issues on the main branch to report any discovered issues with this release. Any changes beyond this version (ie, SSL support) will be pushed to the WIP branch first.

v0.9

4 years ago

Initial release of DockerPwn.py - monolithic Python file with only ability to alter host's /etc/shadow file.