Merge pull request #8441 from righettod/add_regify_tpl

Template to detect instance of Regify product
patch-1
Ritik Chaddha 2023-10-25 23:01:15 +05:30 committed by GitHub
commit d20f5024b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
id: regify-panel
info:
name: Regify Login Panel - Detect
author: righettod
severity: info
description: |
Regify Login Panel was detected.
reference:
- https://www.regify.com/
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:1817615343
tags: panel,regify,login,detect
http:
- method: GET
path:
- '{{BaseURL}}/phpLogin.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'regify'
- 'regibill'
- 'regify_default.css'
condition: and
case-insensitive: true
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)appv=([0-9.-]+)'