Rocket Chat
Last updated
Last updated
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
If you are admin inside Rocket Chat you can get RCE.
Got to Integrations
and select New Integration
and choose any: Incoming WebHook
or Outgoing WebHook
.
/admin/integrations/incoming
According to the docs, both use ES2015 / ECMAScript 6 (basically JavaScript) to process the data. So lets get a rev shell for javascript like:
Configure the WebHook (the channel and post as username must exists):
Configure WebHook script:
Save changes
Get the generated WebHook URL:
Call it with curl and you shuold receive the rev shell
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)