├── .idea ├── CVE-2021-21985_exp.iml ├── inspectionProfiles │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── workspace.xml ├── JNDI-Injection-Bypass-1.0-SNAPSHOT-all.jar ├── README.assets ├── image-20210603144442312.png ├── image-20210603201234855.png └── image-20210603201337539.png ├── README.md └── cve-2021-21985.py /.idea/CVE-2021-21985_exp.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/.idea/CVE-2021-21985_exp.iml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /JNDI-Injection-Bypass-1.0-SNAPSHOT-all.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/JNDI-Injection-Bypass-1.0-SNAPSHOT-all.jar -------------------------------------------------------------------------------- /README.assets/image-20210603144442312.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/README.assets/image-20210603144442312.png -------------------------------------------------------------------------------- /README.assets/image-20210603201234855.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/README.assets/image-20210603201234855.png -------------------------------------------------------------------------------- /README.assets/image-20210603201337539.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/README.assets/image-20210603201337539.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/README.md -------------------------------------------------------------------------------- /cve-2021-21985.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xnianq/cve-2021-21985_exp/HEAD/cve-2021-21985.py --------------------------------------------------------------------------------