-
-
Notifications
You must be signed in to change notification settings - Fork 573
Hardcoded rabbitmq vhost #498
Copy link
Copy link
Open
Description
Mythic/mythic-docker/src/rabbitmq/check_container_status.go
Lines 208 to 211 in e7405bd
| rabbitmqReqURL := fmt.Sprintf("http://%s:%s@%s:15672/api/queues/mythic_vhost?use_regex=true&page=1&page_size=500&name=%s", | |
| utils.MythicConfig.RabbitmqUser, utils.MythicConfig.RabbitmqPassword, utils.MythicConfig.RabbitmqHost, | |
| fmt.Sprintf("(.%%2A_%s|.%%2A_%s|.%%2A_%s)", | |
| PT_BUILD_ROUTING_KEY, C2_RPC_START_SERVER_ROUTING_KEY, CONSUMING_CONTAINER_RESYNC_ROUTING_KEY)) |
Is there any reason, why the rabbitmq vhost is hardcoded here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels