Skip to content

eArcu Panel - Detect

ID: earcu-panel

Severity: info

Author: righettod

Tags: panel,earcu,detect

eArcu was detected.

id: earcu-panel
info:
name: eArcu Panel - Detect
author: righettod
severity: info
description: eArcu was detected.
reference:
- https://www.earcu.com/products
metadata:
verified: "true"
max-request: 1
shodan-query: html:'content="eArcu'
tags: panel,earcu,detect
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'content="eArcu'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '(?:eav=)([0-9]+\.[0-9]+)'
# digest: 490a0046304402203b379d0a71511530d20283fe39f41668b86f64611ac79b4c64f2cf14b4ee571a02203e4cda0c175a2a4e969a5c557b79a058235cdcfbbf702a6ba4105b2a643725b5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/earcu-panel.yaml"

View on Github