Merge pull request #7295 from righettod/add_eArcu_tpl

Add template to detect instance of eArcu
patch-10
Dhiyaneshwaran 2023-06-05 15:35:59 +05:30 committed by GitHub
commit 186fa2ed76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
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"
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]+)'