├── README.md ├── img ├── cmd.png ├── img.png ├── plugin.png └── webshell.png ├── pom.xml ├── scan_all ├── go.mod └── main.go └── src ├── main ├── i18n │ └── exampleplugin_i18n.properties ├── java │ └── org │ │ └── igniterealtime │ │ └── openfire │ │ └── exampleplugin │ │ └── ExamplePlugin.java └── web │ ├── WEB-INF │ └── web.xml │ └── cmd.jsp └── plugin.xml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/README.md -------------------------------------------------------------------------------- /img/cmd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/img/cmd.png -------------------------------------------------------------------------------- /img/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/img/img.png -------------------------------------------------------------------------------- /img/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/img/plugin.png -------------------------------------------------------------------------------- /img/webshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/img/webshell.png -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/pom.xml -------------------------------------------------------------------------------- /scan_all/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/scan_all/go.mod -------------------------------------------------------------------------------- /scan_all/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/scan_all/main.go -------------------------------------------------------------------------------- /src/main/i18n/exampleplugin_i18n.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/src/main/i18n/exampleplugin_i18n.properties -------------------------------------------------------------------------------- /src/main/java/org/igniterealtime/openfire/exampleplugin/ExamplePlugin.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/src/main/java/org/igniterealtime/openfire/exampleplugin/ExamplePlugin.java -------------------------------------------------------------------------------- /src/main/web/WEB-INF/web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/src/main/web/WEB-INF/web.xml -------------------------------------------------------------------------------- /src/main/web/cmd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/src/main/web/cmd.jsp -------------------------------------------------------------------------------- /src/plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangxiaofeng7/CVE-2023-32315-Openfire-Bypass/HEAD/src/plugin.xml --------------------------------------------------------------------------------