45 lines
1.0 KiB
YAML
45 lines
1.0 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/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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: 4a0a004730450221009e8fd14022f6b92bd8f4859cea0b49820934628bc139239ba58c7c4f268a0bf6022064c229196be4da31c1f58e14368f395bf82afcd2e8679e584116bfd400b2dd2c:922c64590222798bb761d5b6d8e72950 |