├── Dockerfile ├── README.md ├── exploitS2-057-cmd.py ├── exploitS2-057-test.py └── struts2-showcase-2.3.12.war /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hook-s3c/CVE-2018-11776-Python-PoC/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hook-s3c/CVE-2018-11776-Python-PoC/HEAD/README.md -------------------------------------------------------------------------------- /exploitS2-057-cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hook-s3c/CVE-2018-11776-Python-PoC/HEAD/exploitS2-057-cmd.py -------------------------------------------------------------------------------- /exploitS2-057-test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hook-s3c/CVE-2018-11776-Python-PoC/HEAD/exploitS2-057-test.py -------------------------------------------------------------------------------- /struts2-showcase-2.3.12.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hook-s3c/CVE-2018-11776-Python-PoC/HEAD/struts2-showcase-2.3.12.war --------------------------------------------------------------------------------