33 lines
651 B
YAML
33 lines
651 B
YAML
|
id: apache-impala
|
||
|
|
||
|
info:
|
||
|
name: Apache Impala - Exposure
|
||
|
author: DhiyaneshDk
|
||
|
severity: medium
|
||
|
reference:
|
||
|
- https://www.facebook.com/photo/?fbid=627585602745296&set=pcb.627585619411961
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: http.favicon.hash:587330928
|
||
|
tags: misconfig,apache,impala
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'Apache Impala'
|
||
|
- 'Process Info'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|