0
点赞
收藏
分享

微信扫一扫

安全-渗透事记(九)

文章目录

前言

elasticsearch的基本用法

elasticsearch使用教程

一、漏洞

二、渗透测试

ElasticsearchMysql
indexdatabase
typetable
documentrow
fieldfield
路径介绍
http://IP:9200/_cat/indices查看所有的index索引信息
http://IP:9200/index索引值/_search查看指定索引的数据内容
http://IP:9200/_mapping查询所有数据库、表结构
参数介绍
?v显示详细信息
?pretty=true美化输出数据,默认是false
举报

相关推荐

0 条评论