Merge pull request #8441 from righettod/add_regify_tpl
Template to detect instance of Regify productpatch-1
commit
d20f5024b4
|
@ -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.-]+)'
|
Loading…
Reference in New Issue