├── .gitignore ├── BypassNginxCDN ├── cmdbypass.jsp ├── cmdbypass2.jsp ├── proxybypass.jsp └── proxybypass2.jsp ├── Godzilla └── Godzilla.java ├── Nodejs ├── wscmd.js └── wsproxy.js ├── README.md ├── Resin └── wscmd.jsp ├── Tomcat_Spring_Jetty ├── Deserialization.java ├── wscmd.jsp ├── wsproxy.jsp └── wsproxyDeserialization.java ├── WebLogic ├── wsAddAllContainer.jsp └── wscmd.jsp ├── WebSphere ├── websphereproxy.jsp └── wscmd.jsp └── static ├── 1.png ├── 2.png ├── 3.png ├── starfile.jpeg ├── websocket1.md ├── websocket2.md ├── websocketproxy.md ├── ws.jpg ├── ws2.jpg └── wsNotAddEndpoint.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/.gitignore -------------------------------------------------------------------------------- /BypassNginxCDN/cmdbypass.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/BypassNginxCDN/cmdbypass.jsp -------------------------------------------------------------------------------- /BypassNginxCDN/cmdbypass2.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/BypassNginxCDN/cmdbypass2.jsp -------------------------------------------------------------------------------- /BypassNginxCDN/proxybypass.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/BypassNginxCDN/proxybypass.jsp -------------------------------------------------------------------------------- /BypassNginxCDN/proxybypass2.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/BypassNginxCDN/proxybypass2.jsp -------------------------------------------------------------------------------- /Godzilla/Godzilla.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/Godzilla/Godzilla.java -------------------------------------------------------------------------------- /Nodejs/wscmd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/Nodejs/wscmd.js -------------------------------------------------------------------------------- /Nodejs/wsproxy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/Nodejs/wsproxy.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/README.md -------------------------------------------------------------------------------- /Resin/wscmd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/Resin/wscmd.jsp -------------------------------------------------------------------------------- /Tomcat_Spring_Jetty/Deserialization.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/Tomcat_Spring_Jetty/Deserialization.java -------------------------------------------------------------------------------- /Tomcat_Spring_Jetty/wscmd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/Tomcat_Spring_Jetty/wscmd.jsp -------------------------------------------------------------------------------- /Tomcat_Spring_Jetty/wsproxy.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/Tomcat_Spring_Jetty/wsproxy.jsp -------------------------------------------------------------------------------- /Tomcat_Spring_Jetty/wsproxyDeserialization.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/Tomcat_Spring_Jetty/wsproxyDeserialization.java -------------------------------------------------------------------------------- /WebLogic/wsAddAllContainer.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/WebLogic/wsAddAllContainer.jsp -------------------------------------------------------------------------------- /WebLogic/wscmd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/WebLogic/wscmd.jsp -------------------------------------------------------------------------------- /WebSphere/websphereproxy.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/WebSphere/websphereproxy.jsp -------------------------------------------------------------------------------- /WebSphere/wscmd.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/WebSphere/wscmd.jsp -------------------------------------------------------------------------------- /static/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/static/1.png -------------------------------------------------------------------------------- /static/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/static/2.png -------------------------------------------------------------------------------- /static/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/static/3.png -------------------------------------------------------------------------------- /static/starfile.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/static/starfile.jpeg -------------------------------------------------------------------------------- /static/websocket1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/static/websocket1.md -------------------------------------------------------------------------------- /static/websocket2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/static/websocket2.md -------------------------------------------------------------------------------- /static/websocketproxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/static/websocketproxy.md -------------------------------------------------------------------------------- /static/ws.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/static/ws.jpg -------------------------------------------------------------------------------- /static/ws2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/static/ws2.jpg -------------------------------------------------------------------------------- /static/wsNotAddEndpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veo/wsMemShell/HEAD/static/wsNotAddEndpoint.md --------------------------------------------------------------------------------