49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
id: apache-answer-detect
|
|
|
|
info:
|
|
name: Apache Answer - Detection
|
|
author: omranisecurity
|
|
severity: info
|
|
description: |
|
|
Detects Apache Answer version through API endpoit
|
|
reference:
|
|
- https://answer.apache.org/
|
|
classification:
|
|
cpe: cpe:2.3:a:apache:answer:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: apache
|
|
product: answer
|
|
shodan-query: http.favicon.hash:523757057
|
|
fofa-query: icon_hash="523757057"
|
|
tags: detect,tech,apache
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/answer/api/v1/siteinfo"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"code":'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- application/json
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
name: version
|
|
regex:
|
|
- '"version":"([^"]+)"'
|
|
# digest: 490a00463044022075827945ae9f71472181a217635059c2bae2247ffc853f8af45a65ae50ca4764022012e9ab734cf8601305cf06fbd08e6b81cd45e21d5cac917fcc8e2d94edc54f4c:922c64590222798bb761d5b6d8e72950 |