2023-11-26 17:48:29 +00:00
|
|
|
id: 4D-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: 4D Detection
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: 4D technology was detected.
|
|
|
|
reference:
|
|
|
|
- https://us.4d.com/
|
|
|
|
- https://doc.4d.com/4Dv18/4D/18.4/URLs-and-Form-Actions.300-5232844.en.html
|
|
|
|
- https://doc.4d.com/4Dv18/4D/18.4/Information-about-the-Web-Site.300-5232828.en.html
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-12-12 11:07:52 +00:00
|
|
|
max-request: 1
|
2023-11-26 17:48:29 +00:00
|
|
|
shodan-query: http.html:"4DACTION/"
|
|
|
|
tags: 4D,detect,tech
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/"
|
|
|
|
|
2023-11-29 08:39:25 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
2023-11-26 17:48:29 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "/4DACTION/"
|
|
|
|
- "/4DSTATS"
|
|
|
|
- "/4DHTMLSTATS"
|
|
|
|
- "/4DCACHECLEAR"
|
|
|
|
- "/4DWEBTEST"
|
2023-11-29 08:39:25 +00:00
|
|
|
condition: or
|
2023-11-26 17:48:29 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: header
|
2023-11-29 08:39:25 +00:00
|
|
|
group: 1
|
2023-11-26 17:48:29 +00:00
|
|
|
regex:
|
|
|
|
- 'Server:\s+4D(?:_V[0-9]+)?/([0-9.]+)'
|
2023-12-12 12:02:03 +00:00
|
|
|
# digest: 4b0a00483046022100f7a8acd9ea27d789dfe331eff80913f64f9ee6fe84c386fab6035b8ea0fa2bb602210091d93c4de5b4d1c943d244e07faf8403d8c4b2b59c5716ca5810cb9987ca6384:922c64590222798bb761d5b6d8e72950
|