├── README.md ├── SpringCloudGatewayRCE.jar ├── image └── 01.jpg └── url.txt /README.md: -------------------------------------------------------------------------------- 1 | # SpringCloudGateway远程命令执行漏洞 2 | 3 | ## Code By:Tas9er 4 | 5 | #### 0x00 风险概述 6 | 7 | 本工具仅限授权安全测试使用,禁止未授权非法攻击站点 8 | 9 | #### 0x01 工具使用 10 | 11 | java -jar SpringCloudGatewayRCE.jar 12 | 13 | ![01](image/01.jpg) 14 | 15 | #### 0x02 Bug问题 16 | 17 | 有空再说 18 | -------------------------------------------------------------------------------- /SpringCloudGatewayRCE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tas9er/SpringCloudGatewayRCE/03fa72e26856b119c7701283552aa2f48b2c08e0/SpringCloudGatewayRCE.jar -------------------------------------------------------------------------------- /image/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tas9er/SpringCloudGatewayRCE/03fa72e26856b119c7701283552aa2f48b2c08e0/image/01.jpg -------------------------------------------------------------------------------- /url.txt: -------------------------------------------------------------------------------- 1 | http://xxx.xxx.xxx 2 | https://xxx.xxx.xxx --------------------------------------------------------------------------------