当前位置:   article > 正文

SpringBoot信息泄露利用_spring boot信息泄露工具

spring boot信息泄露工具

actuator信息泄露

  1. /actuator/auditevents
  2. /actuator/beans
  3. /actuator/health
  4. /actuator/conditions
  5. /actuator/configprops
  6. /actuator/env
  7. /actuator/info
  8. /actuator/loggers
  9. /actuator/heapdump
  10. /actuator/threaddump
  11. /actuator/metrics
  12. /actuator/scheduledtasks
  13. /actuator/httptrace
  14. /actuator/mappings
  15. /actuator/jolokia
  16. /actuator/hystrix.stream

无法访问可利用双斜杠尝试绕过//actuator/*,具体原理未知。

其中前面可能会存在自定义字符串,例如api/actuator/*等。

其中/actuator/heapdump可以下载的heapdump,利用工具可获取敏感信息,以及可能存在部分RCE漏洞。

敏感信息:

  • 服务暴露:Redis、MySQL、ActiveMQ等
  • 服务账号密码明文暴露
  • 云厂商Access KeySecret Access Key

工具:

wyzxxz/heapdump_tool: heapdump敏感信息查询工具,例如查找 spring heapdump中的密码明文,AK,SK等 (github.com)

whwlsfb/JDumpSpider: HeapDump敏感信息提取工具 (github.com)

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小桥流水78/article/detail/810290
推荐阅读
相关标签
  

闽ICP备14008679号