48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
id: rcdevs-webadm-panel
|
|
|
|
info:
|
|
name: RCDevs WebADM Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
RCDevs WebADM Login Panel was detected.
|
|
reference:
|
|
- https://www.rcdevs.com/solutions/
|
|
metadata:
|
|
verified: true
|
|
max-request: 4
|
|
shodan-query: http.html:"WebADM"
|
|
tags: panel,rcdevs,webadm,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/webapps/index.php'
|
|
- '{{BaseURL}}/websrvs/index.php'
|
|
- '{{BaseURL}}/admin/login_uid.php'
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'WebADM'
|
|
- 'RCDevs Security'
|
|
- 'www.rcdevs.com'
|
|
condition: and
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '(?i)webadm\s+(free|enterprise)\s+edition'
|
|
# digest: 490a00463044022060fba1815f17546583c2befde165cfecad22f5774bf7838f9d34ad94b3c9e5ce022076e2d3e118a5b6ba3e9f66ace5494cb6147f479814e5b4c444aadc7a7b51b894:922c64590222798bb761d5b6d8e72950 |