15672 - Rabbitmq Mgmt
💡 学习提示: 本文档介绍 15672 - RabbitMQ Management 的渗透测试方法,适合信息安全初学者和从业人员参考。
⚠️ 法律声明: 本文档仅供学习和授权测试使用。未经授权的系统测试可能违反法律法规。
⚠️ 法律声明: 本文档仅供学习和授权测试使用。未经授权的系统测试可能违反法律法规。
15672 - 渗透测试 RabbitMQ Management
基本信息
You can learn more about RabbitMQ in 5671,5672 - 渗透测试 AMQP.
In this port you may find the RabbitMQ Management web console if the management plugin is enabled.
The main page should looks like this:
信息收集
The default credentials are “guest”:"guest". If they aren’t working you may try to brute-force the login.
To manually start this module you need to execute:
Once you have correctly authenticated you will see the admin console:
Also, if you have valid credentials you may find interesting the information of http://localhost:15672/api/connections
注意 also that it’s possible to publish data inside a queue using the API of this service with a request like:

