elasticsearch-attack
Installation
SKILL.md
Elasticsearch 未授权访问与利用
Elasticsearch 默认监听 9200 端口且无认证保护,暴露在网络上时面临大量敏感数据泄露和潜在的 RCE 风险。
⛔ 深入参考(必读)
- 完整利用命令和 payload → 读 references/attack-techniques.md
Phase 1: 服务发现与版本识别
1.1 基础探测
# 直接请求根路径,返回集群名称和版本号
curl http://TARGET:9200/