2023-05-25 16:37:09 +00:00
|
|
|
id: earcu-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: eArcu Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: eArcu was detected.
|
|
|
|
reference:
|
|
|
|
- https://www.earcu.com/products
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
verified: "true"
|
2023-06-02 17:43:19 +00:00
|
|
|
shodan-query: html:'content="eArcu'
|
2023-05-25 16:37:09 +00:00
|
|
|
tags: panel,earcu,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2023-06-02 17:43:19 +00:00
|
|
|
- '{{BaseURL}}'
|
2023-05-25 16:37:09 +00:00
|
|
|
|
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2023-06-02 17:43:19 +00:00
|
|
|
- 'content="eArcu'
|
2023-05-25 16:37:09 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?:eav=)([0-9]+\.[0-9]+)'
|