├── drupal ├── cve-2018-7600_cmd.py ├── cve-2018-7600_poc.py ├── cve-2018-7602_cmd.py ├── cve-2018-7602_poc.py ├── cve-2019-6340_cmd.py └── readme.md ├── f5 ├── cve-2020-5902.py ├── image │ └── 20200708_2.png └── readme.md ├── fastjson ├── Exploit.java ├── fastjson-1.2.24_rce.py ├── fastjson-1.2.41_rce.py ├── fastjson-1.2.42_rce.py ├── fastjson-1.2.43_rce.py ├── fastjson-1.2.45_rce.py ├── fastjson-1.2.47_rce.py ├── fastjson-1.2.62_rce.py ├── fastjson-1.2.66_rce.py ├── fastjson_tool.jar ├── marshalsec-0.0.3-SNAPSHOT-all.jar └── readme.md ├── jboss ├── cve-2017-12149_cmd.py └── cve-2017-12149_poc.py ├── nexus ├── cve-2019-7238_cmd.py ├── cve-2020-10199_cmd.py ├── cve-2020-10199_poc.py ├── cve-2020-10204_cmd.py └── cve-2020-11444_exp.py ├── ofbiz └── cve-2021-26295_rce.py ├── readme.md ├── shiro ├── image │ ├── 1.gif │ ├── 2.gif │ ├── linux-rce.gif │ ├── linux-shell.gif │ └── windows-rce.gif ├── readme.md ├── shiro-1.2.4_rce.py └── ysoserial-sleep.jar ├── solr ├── cve-2017-12629_cmd.py ├── cve-2019-0193_cmd.py └── cve-2019-17558_cmd.py ├── spring └── cve-2018-1273_cmd.py ├── struts2 ├── readme.md ├── struts2-032_cmd.py ├── struts2-032_poc.py ├── struts2-045-2_cmd.py ├── struts2-045_cmd.py ├── struts2-052_cmd.py ├── struts2-052_webshell.py ├── struts2-053_cmd.py └── struts2-057_cmd.py ├── tomcat ├── cve-2017-12615_cmd.py └── cve-2020-1938_exp.py └── weblogic ├── cve-2014-4210_ssrf_redis_shell.py ├── cve-2014-4210_ssrf_scan.py ├── cve-2017-10271_poc.jar ├── cve-2017-10271_webshell.jar ├── cve-2017-3506_poc.py ├── cve-2017-3506_webshell.jar ├── cve-2018-2628_poc.py ├── cve-2018-2628_webshell.py ├── cve-2018-2893_cmd.py ├── cve-2018-2893_poc.py ├── cve-2018-2894_poc_exp.py ├── cve-2019-2618_webshell.py ├── cve-2020-14882_rce.py ├── cve-2020-2551_poc.py ├── cve-2020-2555_cmd.py ├── cve-2020-2883_cmd.py ├── image └── cve-2014-4210_ssrf_redis_shell.png └── readme.md /drupal/cve-2018-7600_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/drupal/cve-2018-7600_cmd.py -------------------------------------------------------------------------------- /drupal/cve-2018-7600_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/drupal/cve-2018-7600_poc.py -------------------------------------------------------------------------------- /drupal/cve-2018-7602_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/drupal/cve-2018-7602_cmd.py -------------------------------------------------------------------------------- /drupal/cve-2018-7602_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/drupal/cve-2018-7602_poc.py -------------------------------------------------------------------------------- /drupal/cve-2019-6340_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/drupal/cve-2019-6340_cmd.py -------------------------------------------------------------------------------- /drupal/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/drupal/readme.md -------------------------------------------------------------------------------- /f5/cve-2020-5902.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/f5/cve-2020-5902.py -------------------------------------------------------------------------------- /f5/image/20200708_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/f5/image/20200708_2.png -------------------------------------------------------------------------------- /f5/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/f5/readme.md -------------------------------------------------------------------------------- /fastjson/Exploit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/Exploit.java -------------------------------------------------------------------------------- /fastjson/fastjson-1.2.24_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/fastjson-1.2.24_rce.py -------------------------------------------------------------------------------- /fastjson/fastjson-1.2.41_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/fastjson-1.2.41_rce.py -------------------------------------------------------------------------------- /fastjson/fastjson-1.2.42_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/fastjson-1.2.42_rce.py -------------------------------------------------------------------------------- /fastjson/fastjson-1.2.43_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/fastjson-1.2.43_rce.py -------------------------------------------------------------------------------- /fastjson/fastjson-1.2.45_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/fastjson-1.2.45_rce.py -------------------------------------------------------------------------------- /fastjson/fastjson-1.2.47_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/fastjson-1.2.47_rce.py -------------------------------------------------------------------------------- /fastjson/fastjson-1.2.62_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/fastjson-1.2.62_rce.py -------------------------------------------------------------------------------- /fastjson/fastjson-1.2.66_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/fastjson-1.2.66_rce.py -------------------------------------------------------------------------------- /fastjson/fastjson_tool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/fastjson_tool.jar -------------------------------------------------------------------------------- /fastjson/marshalsec-0.0.3-SNAPSHOT-all.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/marshalsec-0.0.3-SNAPSHOT-all.jar -------------------------------------------------------------------------------- /fastjson/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/fastjson/readme.md -------------------------------------------------------------------------------- /jboss/cve-2017-12149_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/jboss/cve-2017-12149_cmd.py -------------------------------------------------------------------------------- /jboss/cve-2017-12149_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/jboss/cve-2017-12149_poc.py -------------------------------------------------------------------------------- /nexus/cve-2019-7238_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/nexus/cve-2019-7238_cmd.py -------------------------------------------------------------------------------- /nexus/cve-2020-10199_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/nexus/cve-2020-10199_cmd.py -------------------------------------------------------------------------------- /nexus/cve-2020-10199_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/nexus/cve-2020-10199_poc.py -------------------------------------------------------------------------------- /nexus/cve-2020-10204_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/nexus/cve-2020-10204_cmd.py -------------------------------------------------------------------------------- /nexus/cve-2020-11444_exp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/nexus/cve-2020-11444_exp.py -------------------------------------------------------------------------------- /ofbiz/cve-2021-26295_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/ofbiz/cve-2021-26295_rce.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/readme.md -------------------------------------------------------------------------------- /shiro/image/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/shiro/image/1.gif -------------------------------------------------------------------------------- /shiro/image/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/shiro/image/2.gif -------------------------------------------------------------------------------- /shiro/image/linux-rce.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/shiro/image/linux-rce.gif -------------------------------------------------------------------------------- /shiro/image/linux-shell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/shiro/image/linux-shell.gif -------------------------------------------------------------------------------- /shiro/image/windows-rce.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/shiro/image/windows-rce.gif -------------------------------------------------------------------------------- /shiro/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/shiro/readme.md -------------------------------------------------------------------------------- /shiro/shiro-1.2.4_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/shiro/shiro-1.2.4_rce.py -------------------------------------------------------------------------------- /shiro/ysoserial-sleep.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/shiro/ysoserial-sleep.jar -------------------------------------------------------------------------------- /solr/cve-2017-12629_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/solr/cve-2017-12629_cmd.py -------------------------------------------------------------------------------- /solr/cve-2019-0193_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/solr/cve-2019-0193_cmd.py -------------------------------------------------------------------------------- /solr/cve-2019-17558_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/solr/cve-2019-17558_cmd.py -------------------------------------------------------------------------------- /spring/cve-2018-1273_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/spring/cve-2018-1273_cmd.py -------------------------------------------------------------------------------- /struts2/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/struts2/readme.md -------------------------------------------------------------------------------- /struts2/struts2-032_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/struts2/struts2-032_cmd.py -------------------------------------------------------------------------------- /struts2/struts2-032_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/struts2/struts2-032_poc.py -------------------------------------------------------------------------------- /struts2/struts2-045-2_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/struts2/struts2-045-2_cmd.py -------------------------------------------------------------------------------- /struts2/struts2-045_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/struts2/struts2-045_cmd.py -------------------------------------------------------------------------------- /struts2/struts2-052_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/struts2/struts2-052_cmd.py -------------------------------------------------------------------------------- /struts2/struts2-052_webshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/struts2/struts2-052_webshell.py -------------------------------------------------------------------------------- /struts2/struts2-053_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/struts2/struts2-053_cmd.py -------------------------------------------------------------------------------- /struts2/struts2-057_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/struts2/struts2-057_cmd.py -------------------------------------------------------------------------------- /tomcat/cve-2017-12615_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/tomcat/cve-2017-12615_cmd.py -------------------------------------------------------------------------------- /tomcat/cve-2020-1938_exp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/tomcat/cve-2020-1938_exp.py -------------------------------------------------------------------------------- /weblogic/cve-2014-4210_ssrf_redis_shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2014-4210_ssrf_redis_shell.py -------------------------------------------------------------------------------- /weblogic/cve-2014-4210_ssrf_scan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2014-4210_ssrf_scan.py -------------------------------------------------------------------------------- /weblogic/cve-2017-10271_poc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2017-10271_poc.jar -------------------------------------------------------------------------------- /weblogic/cve-2017-10271_webshell.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2017-10271_webshell.jar -------------------------------------------------------------------------------- /weblogic/cve-2017-3506_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2017-3506_poc.py -------------------------------------------------------------------------------- /weblogic/cve-2017-3506_webshell.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2017-3506_webshell.jar -------------------------------------------------------------------------------- /weblogic/cve-2018-2628_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2018-2628_poc.py -------------------------------------------------------------------------------- /weblogic/cve-2018-2628_webshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2018-2628_webshell.py -------------------------------------------------------------------------------- /weblogic/cve-2018-2893_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2018-2893_cmd.py -------------------------------------------------------------------------------- /weblogic/cve-2018-2893_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2018-2893_poc.py -------------------------------------------------------------------------------- /weblogic/cve-2018-2894_poc_exp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2018-2894_poc_exp.py -------------------------------------------------------------------------------- /weblogic/cve-2019-2618_webshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2019-2618_webshell.py -------------------------------------------------------------------------------- /weblogic/cve-2020-14882_rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2020-14882_rce.py -------------------------------------------------------------------------------- /weblogic/cve-2020-2551_poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2020-2551_poc.py -------------------------------------------------------------------------------- /weblogic/cve-2020-2555_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2020-2555_cmd.py -------------------------------------------------------------------------------- /weblogic/cve-2020-2883_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/cve-2020-2883_cmd.py -------------------------------------------------------------------------------- /weblogic/image/cve-2014-4210_ssrf_redis_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/image/cve-2014-4210_ssrf_redis_shell.png -------------------------------------------------------------------------------- /weblogic/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhzyker/exphub/HEAD/weblogic/readme.md --------------------------------------------------------------------------------