diff --git a/http/exposed-panels/regify-panel.yaml b/http/exposed-panels/regify-panel.yaml new file mode 100644 index 0000000000..d81c9a2e98 --- /dev/null +++ b/http/exposed-panels/regify-panel.yaml @@ -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.-]+)'