├── .gitignore ├── README.md ├── exploit.py ├── exploit2.py ├── exploit3.py ├── exploit4.py └── struts2-showcase-2.3.12.war /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/immunio/apache-struts2-CVE-2017-5638/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/immunio/apache-struts2-CVE-2017-5638/HEAD/README.md -------------------------------------------------------------------------------- /exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/immunio/apache-struts2-CVE-2017-5638/HEAD/exploit.py -------------------------------------------------------------------------------- /exploit2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/immunio/apache-struts2-CVE-2017-5638/HEAD/exploit2.py -------------------------------------------------------------------------------- /exploit3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/immunio/apache-struts2-CVE-2017-5638/HEAD/exploit3.py -------------------------------------------------------------------------------- /exploit4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/immunio/apache-struts2-CVE-2017-5638/HEAD/exploit4.py -------------------------------------------------------------------------------- /struts2-showcase-2.3.12.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/immunio/apache-struts2-CVE-2017-5638/HEAD/struts2-showcase-2.3.12.war --------------------------------------------------------------------------------