Regify Login Panel - Detect
ID: regify-panel
Severity: info
Author: righettod
Tags: panel,regify,login,detect
Description
Section titled “Description”Regify Login Panel was detected.
YAML Source
Section titled “YAML Source”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.-]+)'# digest: 490a00463044022044f8e1523bfa49032bc667e691c88cc7c40c67a6121ab38696febbc9cdb2d79d02201cf5217c030e86122b2b9f39d3aa88c85b94f50dbcc8b36e99c8aa3d618f9154:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/regify-panel.yaml"