├── CVE-2023-22527-Godzilla-MEMSHELL-main.iml ├── README.md ├── img.png ├── libs └── javassist-3.28.0-GA.jar ├── out ├── artifacts │ └── CVE_2023_22527_Godzilla_MEMSHELL_main_jar │ │ └── CVE-2023-22527-Godzilla-MEMSHELL-main.jar └── production │ └── CVE-2023-22527-Godzilla-MEMSHELL-main │ ├── META-INF │ └── MANIFEST.MF │ └── main │ ├── ConfluenceFilterMemshell.class │ ├── Main.class │ ├── MiTM$1.class │ ├── MiTM.class │ ├── initpayload.txt │ ├── label.txt │ └── poc.txt └── src ├── META-INF └── MANIFEST.MF └── main ├── ConfluenceFilterMemshell.java ├── Main.java ├── MiTM.java ├── initpayload.txt ├── label.txt └── poc.txt /CVE-2023-22527-Godzilla-MEMSHELL-main.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/CVE-2023-22527-Godzilla-MEMSHELL-main.iml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/README.md -------------------------------------------------------------------------------- /img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/img.png -------------------------------------------------------------------------------- /libs/javassist-3.28.0-GA.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/libs/javassist-3.28.0-GA.jar -------------------------------------------------------------------------------- /out/artifacts/CVE_2023_22527_Godzilla_MEMSHELL_main_jar/CVE-2023-22527-Godzilla-MEMSHELL-main.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/out/artifacts/CVE_2023_22527_Godzilla_MEMSHELL_main_jar/CVE-2023-22527-Godzilla-MEMSHELL-main.jar -------------------------------------------------------------------------------- /out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/ConfluenceFilterMemshell.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/ConfluenceFilterMemshell.class -------------------------------------------------------------------------------- /out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/Main.class -------------------------------------------------------------------------------- /out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/MiTM$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/MiTM$1.class -------------------------------------------------------------------------------- /out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/MiTM.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/MiTM.class -------------------------------------------------------------------------------- /out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/initpayload.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/initpayload.txt -------------------------------------------------------------------------------- /out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/label.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/label.txt -------------------------------------------------------------------------------- /out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/poc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/out/production/CVE-2023-22527-Godzilla-MEMSHELL-main/main/poc.txt -------------------------------------------------------------------------------- /src/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/src/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /src/main/ConfluenceFilterMemshell.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/src/main/ConfluenceFilterMemshell.java -------------------------------------------------------------------------------- /src/main/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/src/main/Main.java -------------------------------------------------------------------------------- /src/main/MiTM.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/src/main/MiTM.java -------------------------------------------------------------------------------- /src/main/initpayload.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/src/main/initpayload.txt -------------------------------------------------------------------------------- /src/main/label.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/src/main/label.txt -------------------------------------------------------------------------------- /src/main/poc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boogipop/CVE-2023-22527-Godzilla-MEMSHELL/HEAD/src/main/poc.txt --------------------------------------------------------------------------------