30 lines
641 B
YAML
30 lines
641 B
YAML
id: ranger-detection
|
|
|
|
info:
|
|
name: Apache Ranger Detection
|
|
author: For3stCo1d
|
|
severity: info
|
|
tags: tech,apache,ranger
|
|
metadata:
|
|
shodan-query: http.title:"Ranger - Sign In"
|
|
reference: https://github.com/apache/ranger
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/login.jsp'
|
|
- "{{BaseURL}}/images/favicon.ico"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title> Ranger - Sign In</title>"
|
|
|
|
- type: dsl
|
|
name: favicon
|
|
dsl:
|
|
- "status_code==200 && ('1302629996' == mmh3(base64_py(body)))"
|