Files
nuclei-templates/technologies/apache/ranger-detection.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

30 lines
668 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)))"