nuclei-templates/exposed-panels/okiko-sfiler-portal.yaml

40 lines
823 B
YAML
Raw Normal View History

2021-10-02 18:19:57 +00:00
id: okiko-sfiler-portal
2021-10-02 18:12:17 +00:00
info:
name: OKIOK S-Filer Portal Login Panel - Detect
2021-10-02 18:12:17 +00:00
author: johnk3r
severity: info
description: OKIOK S-Filer Portal login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"S-Filer"
2021-10-02 18:12:17 +00:00
tags: okiko,panel
requests:
- method: GET
path:
- "{{BaseURL}}/sfiler/Login.action"
matchers-condition: and
matchers:
- type: word
words:
2021-10-04 13:48:55 +00:00
- "<title>S-Filer Portal - Login</title>"
2021-10-02 18:12:17 +00:00
part: body
2021-10-04 13:48:55 +00:00
2021-10-02 18:12:17 +00:00
- type: status
status:
- 200
2021-10-04 13:48:55 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- '<br\/>S\-Filer\/([A-Za-z 0-9.]+)<\/p>'
# Enhanced by md on 2022/12/01